Click or drag to resize

SpatialSetDisableScale Method

Sets whether the node uses a scale of (1, 1, 1) or its local transformation scale. Changes to the local transformation scale are preserved.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetDisableScale(
	bool disable
)

Parameters

disable
Type: SystemBoolean

[Missing <param name="disable"/> documentation for "M:Godot.Spatial.SetDisableScale(System.Boolean)"]

See Also