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
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
The SimplePhysics Move type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SimplePhysics Move | Initializes a new instance of the SimplePhysics Move class |
Methods
Name | Description | |
---|---|---|
Update | (Overrides UpdateBehavior Update(IEnumerable Entity ).) |
See Also