Sets the vector of the sprite autorotation axis.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetAutoRotationAxis(
	Vector3 axis
)

Parameters

axis
Type: Vector3
The Vector3 vector defines the sprite autorotation axis.

See Also