FarseerPhysics ClassDelta Engine Documentation
The Farseer physics implementation View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Entities Entity
    DeltaEngine.Physics2D Physics
      DeltaEngine.Physics2D.Farseer FarseerPhysics

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

public class FarseerPhysics : Physics

The FarseerPhysics type exposes the following members.

Constructors

  NameDescription
Public methodFarseerPhysics
Initializes a new instance of the FarseerPhysics class
Top
Methods

  NameDescription
Public methodAdd T  (Inherited from Entity.)
Protected methodAddBody (Inherited from Physics.)
Public methodAddTag (Inherited from Entity.)
Public methodClearTags (Inherited from Entity.)
Public methodContains T  (Inherited from Entity.)
Public methodContainsBehavior T  (Inherited from Entity.)
Public methodContainsTag (Inherited from Entity.)
Public methodCreateAngleJoint (Overrides Physics CreateAngleJoint(PhysicsBody, PhysicsBody, Single).)
Public methodCreateCircle (Overrides Physics CreateCircle(Single).)
Public methodCreateEdge( Vector2D ) (Overrides Physics CreateEdge( Vector2D ).)
Public methodCreateEdge(Vector2D, Vector2D) (Overrides Physics CreateEdge(Vector2D, Vector2D).)
Public methodCreateFixedAngleJoint (Overrides Physics CreateFixedAngleJoint(PhysicsBody, Single).)
Public methodCreateLineJoint (Overrides Physics CreateLineJoint(PhysicsBody, PhysicsBody, Vector2D).)
Public methodCreatePolygon (Overrides Physics CreatePolygon( Vector2D ).)
Public methodCreateRectangle (Overrides Physics CreateRectangle(Size).)
Public methodCreateRevoluteJoint (Overrides Physics CreateRevoluteJoint(PhysicsBody, PhysicsBody, Vector2D).)
Protected methodDeactivate (Inherited from Entity.)
Public methodDispose (Inherited from Entity.)
Public methodGet T 
Gets a specific component, derived classes can return faster cached values (e.g. Entity2D) View code on GitHub
(Inherited from Entity.)
Protected methodGetActiveBehaviors (Inherited from Entity.)
Protected methodGetComponentsForSaving (Inherited from Entity.)
Public methodGetOrDefault T  (Inherited from Entity.)
Public methodGetTags (Inherited from Entity.)
Public methodRapidUpdate (Inherited from Physics.)
Public methodRemove T  (Inherited from Entity.)
Public methodRemoveTag (Inherited from Entity.)
Public methodSet (Inherited from Entity.)
Public methodSetComponents (Inherited from Entity.)
Protected methodSimulate (Overrides Physics Simulate(Single).)
Public methodStart T  (Inherited from Entity.)
Public methodStop T  (Inherited from Entity.)
Public methodToString (Inherited from Entity.)
Top
Fields

  NameDescription
Protected fieldcomponents (Inherited from Entity.)
Top
Properties

  NameDescription
Public propertyBodies (Inherited from Physics.)
Public propertyGravity (Overrides Physics Gravity.)
Public propertyIsActive (Inherited from Entity.)
Public propertyIsPauseable (Inherited from Entity.)
Public propertyNumberOfComponents (Inherited from Entity.)
Public propertyUpdatePriority (Inherited from Entity.)
Top
See Also