Direction Property

Project Mercury API

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

The angle (in radians) that the ConeEmitters beam is facing.

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

Syntax

C#
public float Direction { get; set; }
Visual Basic (Declaration)
Public Property Direction As Single
Visual C++
public:
property float Direction {
	float get ();
	void set (float value);
}

See Also