Click or drag to resize

ARVRInterfaceSetIsInitialized Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ARVRInterface.SetIsInitialized(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetIsInitialized is deprecated. Use the InterfaceIsInitialized property instead.")]
public void SetIsInitialized(
	bool initialized
)

Parameters

initialized
Type: SystemBoolean

[Missing <param name="initialized"/> documentation for "M:Godot.ARVRInterface.SetIsInitialized(System.Boolean)"]

See Also