RectangleConstraintDeflector Class

Project Mercury API

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

Defines a Modifier which constrains & deflects particles inside a rectangle.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  ProjectMercury.Modifiers..::.Modifier
    ProjectMercury.Modifiers..::.RectangleConstraintDeflector

See Also