TrajectoryRotationModifier Class

Project Mercury API

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

Defines a Modifier which adjusts the rotation of a Particle to follow its trajectory.

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

Syntax

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

Remarks

Ideally this modifier should be added *after* any other physics modifiers.

Inheritance Hierarchy

System..::.Object
  ProjectMercury.Modifiers..::.Modifier
    ProjectMercury.Modifiers..::.TrajectoryRotationModifier

See Also