SimplePhysics Move ClassDelta Engine Documentation
Causes an Entity2D to move and fall under gravity. When the duration is complete it removes the Entity from the Entity System View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Entities UpdateBehavior
    DeltaEngine.Rendering2D SimplePhysics Move

Namespace: DeltaEngine.Rendering2D
Assembly: DeltaEngine.Rendering2D (in DeltaEngine.Rendering2D.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class Move : UpdateBehavior

The SimplePhysics Move type exposes the following members.

Constructors

  NameDescription
Public methodSimplePhysics Move
Initializes a new instance of the SimplePhysics Move class
Top
Methods

  NameDescription
Public methodUpdate (Overrides UpdateBehavior Update(IEnumerable Entity ).)
Top
See Also