Rotates the sprite.

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

Syntax

C#
public void RotateDgr(
	Vector3 axis,
	float angle
)

Parameters

axis
Type: Vector3
Vector of the rotation axis.
angle
Type: System..::.Single
Angle of the rotation in degrees.

See Also