Rotate Method

Project Mercury API

[This is preliminary documentation and is subject to change.]

Applies a rotation to the Particle.

Namespace:  ProjectMercury
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public void Rotate(
	float radians
)
Visual Basic (Declaration)
Public Sub Rotate ( _
	radians As Single _
)
Visual C++
public:
void Rotate(
	float radians
)

Parameters

radians
Type: System..::.Single
The angle to rotate in radians.

See Also