MinimumOpacity Property
From Project Mercury API
| Project Mercury API Reference |
| OpacityOscillator..::.MinimumOpacity Property |
| OpacityOscillator Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Gets or sets the minimum opacity (the opacity of Particles at the negetive peak of the sine wave).
Namespace:
ProjectMercury.Modifiers
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
| C# |
|---|
public float MinimumOpacity { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property MinimumOpacity As Single |
| Visual C++ |
|---|
public: property float MinimumOpacity { float get (); void set (float value); } |