Sets the sprite orientation in radians.

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

Syntax

C#
[DefaultMethodAttribute]
public void SetOrientation(
	float rotX,
	float rotY,
	float rotZ
)

Parameters

rotX
Type: System..::.Single
Sprite orientation in the X axis in radians.
rotY
Type: System..::.Single
Sprite orientation in the Y axis in radians.
rotZ
Type: System..::.Single
Sprite orientation in the Z axis in radians.

See Also