[ DestroysInstance ]
public Transform? scale_3d (float factor_x, float factor_y, float factor_z)
Scales this by the given factors.
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 |
The new transform |