Rotates the sprite.

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

Syntax

C#
public void RotateDgr(
	float deltaX,
	float deltaY,
	float deltaZ
)

Parameters

deltaX
Type: System..::.Single
Rotation in the X axis in degrees.
deltaY
Type: System..::.Single
Rotation in the Y axis in degrees.
deltaZ
Type: System..::.Single
Rotation in the Z axis in degrees.

See Also