[This is preliminary documentation and is subject to change.]
Gets or sets the maximum opacity (the opacity of Particles at the positive peak of the sine wave).
Namespace:
ProjectMercury.Modifiers
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
| C# |
|---|
public float MaximumOpacity { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property MaximumOpacity As Single |
| Visual C++ |
|---|
public:
property float MaximumOpacity {
float get ();
void set (float value);
} |
Field Value
The maximum opacity.
See Also