Represents a body which responds to physics
View code on GitHub
Namespace: DeltaEngine.Physics2DAssembly: DeltaEngine.Physics2D (in DeltaEngine.Physics2D.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The PhysicsBody type exposes the following members.
Methods
Name | Description | |
---|---|---|
ApplyAngularImpulse | ||
ApplyLinearImpulse | ||
ApplyTorque | ||
Dispose | Releases all resources used by the PhysicsBody |
Properties
Name | Description | |
---|---|---|
Friction | ||
IsStatic | ||
LinearVelocity | ||
LineVertices | ||
Position | ||
Restitution | ||
Rotation |
See Also