Sets the sprite orientation in radians.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetOrientation(
	Vector3 rot
)

Parameters

rot
Type: Vector3
Sprite orientation vector.

See Also