Threshold Property

Project Mercury API

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

Gets or sets the threshold value above which samples in the mask will be used as release points.

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

Syntax

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

Field Value

The threshold value.

See Also