Click or drag to resize

ARVRServerSetWorldScale Method

Note: This API is now obsolete.

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

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

Parameters

arg0
Type: SystemSingle

[Missing <param name="arg0"/> documentation for "M:Godot.ARVRServer.SetWorldScale(System.Single)"]

See Also