Rescales the sprite in axes.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void Rescale(
	Vector3 scaling
)

Parameters

scaling
Type: Vector3
The Vector3 vector defines the scale in different axes. Value of 1 in the axis is identity (no scaling).

See Also