Click or drag to resize

ARVRServerSetPrimaryInterface Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ARVRServer.SetPrimaryInterface(Godot.ARVRInterface)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetPrimaryInterface is deprecated. Use the PrimaryInterface property instead.")]
public static void SetPrimaryInterface(
	ARVRInterface interface
)

Parameters

interface
Type: GodotARVRInterface

[Missing <param name="interface"/> documentation for "M:Godot.ARVRServer.SetPrimaryInterface(Godot.ARVRInterface)"]

See Also