Click or drag to resize

SpatialScaleObjectLocal Method

Scales the local transformation by given 3D scale factors in object-local coordinate system.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void ScaleObjectLocal(
	Vector3 scale
)

Parameters

scale
Type: GodotVector3

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

See Also