ReleaseQuantity Property

Project Mercury API

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

Gets or sets the number of Particles which will be released on each trigger.

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

Syntax

C#
public int ReleaseQuantity { get; set; }
Visual Basic (Declaration)
Public Property ReleaseQuantity As Integer
Visual C++
public:
property int ReleaseQuantity {
	int get ();
	void set (int value);
}

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeExceptionThrown if the specified value is less than 1.

See Also