VelocityClampModifier Class

Project Mercury API

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

Defines a Modifier which limits the velocity of Particles to a specified value.

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

Syntax

C#
public class VelocityClampModifier : Modifier
Visual Basic (Declaration)
Public Class VelocityClampModifier _
	Inherits Modifier
Visual C++
public ref class VelocityClampModifier : public Modifier

Remarks

For best results insert this Modifier after any other Modifiers which may alter the velocity of the Particle.

Inheritance Hierarchy

System..::.Object
  ProjectMercury.Modifiers..::.Modifier
    ProjectMercury.Modifiers..::.VelocityClampModifier

See Also