Click or drag to resize

TransformScaled Method

Scales the transform by the given 3D scaling factor, using matrix multiplication.

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

Parameters

scale
Type: GodotVector3
The scale to introduce.

Return Value

Type: Transform
The scaled transformation matrix.
See Also