ConeAngle Property

Project Mercury API

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

The angle (in radians) from edge to edge of the ConeEmitters beam.

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

Syntax

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

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeExceptionThrown if the specified value is either too small or too large.

See Also