Click or drag to resize

BasisScale Property

The scale of this basis.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3 Scale { get; set; }

Property Value

Type: Vector3
Equivalent to the lengths of each column vector, but negative if the determinant is negative.
See Also