PhysicsBody InterfaceDelta Engine Documentation
Represents a body which responds to physics View code on GitHub

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

public interface PhysicsBody

The PhysicsBody type exposes the following members.

Methods

  NameDescription
Public methodApplyAngularImpulse
Public methodApplyLinearImpulse
Public methodApplyTorque
Public methodDispose
Releases all resources used by the PhysicsBody
Top
Properties

  NameDescription
Public propertyFriction
Public propertyIsStatic
Public propertyLinearVelocity
Public propertyLineVertices
Public propertyPosition
Public propertyRestitution
Public propertyRotation
Top
See Also