







![]() ![]() |
Project Mercury API Reference |
ScaleOscillator..::.MaximumScale Property |
ScaleOscillator Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Gets or sets the maximum scale (the scale 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 MaximumScale { get; set; } |
Visual Basic (Declaration) |
---|
Public Property MaximumScale As Single |
Visual C++ |
---|
public: property float MaximumScale { float get (); void set (float value); } |