RectangleForceModifier Class

Project Mercury API

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

Defines a Modifier which applies a force to a Particle when it enters a rectangular area.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  ProjectMercury.Modifiers..::.Modifier
    ProjectMercury.Modifiers..::.RectangleForceModifier

See Also