MaximumVelocity Property

Project Mercury API

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

Gets or sets the maximum velocity of Particles..

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

Syntax

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

Field Value

The maximum velocity of Particles..

See Also