Introduce an additional scaling specified by the given 3D scaling factor.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public Basis Scaled(
Vector3 scale
)
Parameters
- scale
- Type: GodotVector3
The scale to introduce.
Return Value
Type:
BasisThe scaled basis matrix.
See Also