Term Property

Project Mercury API

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

Gets or sets the length of time that released Particles will remain active, in whole and fractional seconds.

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

Syntax

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

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThrown if trying to set this property after the Emitter has been initialised.
System..::.ArgumentOutOfRangeExceptionThrown if the supplied value is less than or equal to 0.

See Also