Click or drag to resize

BasisScaled Method

Introduce an additional scaling specified by the given 3D scaling factor.

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

Parameters

scale
Type: GodotVector3
The scale to introduce.

Return Value

Type: Basis
The scaled basis matrix.
See Also