Main physics class used for performing simulations and creating bodies and shapes.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Entities Entity
DeltaEngine.Physics2D Physics
DeltaEngine.Physics2D.Farseer FarseerPhysics
Namespace: DeltaEngine.Physics2D
Assembly: DeltaEngine.Physics2D (in DeltaEngine.Physics2D.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The Physics type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Physics | Initializes a new instance of the Physics class |
Methods
Fields
Name | Description | |
---|---|---|
components | (Inherited from Entity.) |
Properties
Name | Description | |
---|---|---|
Bodies | ||
Gravity | ||
IsActive | (Inherited from Entity.) | |
IsPauseable | (Inherited from Entity.) | |
NumberOfComponents | (Inherited from Entity.) | |
UpdatePriority | (Inherited from Entity.) |
See Also