







![]() ![]() |
Project Mercury API Reference |
MaskEmitter..::.Threshold Property |
MaskEmitter Class See Also Send Feedback |
[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); } |