Scales the transform by the given 3D scaling factor, using matrix multiplication.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public Transform Scaled(
Vector3 scale
)
Parameters
- scale
- Type: GodotVector3
The scale to introduce.
Return Value
Type:
TransformThe scaled transformation matrix.
See Also