Click or drag to resize

SpatialGlobalScale Method

Scales the global (world) transformation by the given Vector3 scale factors.

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

Parameters

scale
Type: GodotVector3

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

See Also