Sets autorotation properties.

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

Syntax

C#
public void SetAutoRotation(
	Vector3 axis,
	float speed
)

Parameters

axis
Type: Vector3
The Vector3 vector defines the sprite autorotation axis.
speed
Type: System..::.Single
Defines the rotation speed in radians per second.

See Also