scale_3d


Description:

[ DestroysInstance ]
public Transform? scale_3d (float factor_x, float factor_y, float factor_z)

Scales this by the given factors.

Parameters:

this

the next transform

factor_x

scaling factor on the X axis

factor_y

scaling factor on the Y axis

factor_z

scaling factor on the Z axis

Returns:

The new transform