Sets the sprite orientation in degrees.

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

Syntax

C#
public void SetOrientationDgr(
	float rotX,
	float rotY,
	float rotZ
)

Parameters

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

See Also