PlatformModifier Class

Project Mercury API

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

Defines a Modifier which freezes a particle when it comes into contact with a bounding box.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  ProjectMercury.Modifiers..::.Modifier
    ProjectMercury.Modifiers..::.PlatformModifier

See Also