Click or drag to resize

MobileVRInterfaceSetEyeHeight Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.MobileVRInterface.SetEyeHeight(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetEyeHeight is deprecated. Use the EyeHeight property instead.")]
public void SetEyeHeight(
	float eyeHeight
)

Parameters

eyeHeight
Type: SystemSingle

[Missing <param name="eyeHeight"/> documentation for "M:Godot.MobileVRInterface.SetEyeHeight(System.Single)"]

See Also