Click or drag to resize

SpatialSetScale Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Spatial.SetScale(Godot.Vector3)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetScale is deprecated. Use the Scale property instead.")]
public void SetScale(
	Vector3 scale
)

Parameters

scale
Type: GodotVector3

[Missing <param name="scale"/> documentation for "M:Godot.Spatial.SetScale(Godot.Vector3)"]

See Also