Click or drag to resize

ARVROriginSetWorldScale Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ARVROrigin.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 void SetWorldScale(
	float worldScale
)

Parameters

worldScale
Type: SystemSingle

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

See Also