System Object DeltaEngine.Entities Entity DeltaEngine.Physics2D Physics DeltaEngine.Physics2D.Farseer FarseerPhysicsNamespace: DeltaEngine.Physics2D.FarseerAssembly: DeltaEngine.Physics2D.Farseer (in DeltaEngine.Physics2D.Farseer.dll) Version: 1.1.1.0 (1.1.1)
public class FarseerPhysics : Physics
public class FarseerPhysics : Physics
Public Class FarseerPhysics
Inherits Physics
Public Class FarseerPhysics
Inherits Physics
public ref class FarseerPhysics : public Physics
public ref class FarseerPhysics : public Physics
type FarseerPhysics =
class
inherit Physics
end
type FarseerPhysics =
class
inherit Physics
end
The FarseerPhysics type exposes the following members.
| Name | Description |
---|
 | FarseerPhysics | Initializes a new instance of the FarseerPhysics class |
Top
| Name | Description |
---|
 | Add T | (Inherited from Entity.) |
 | AddBody | (Inherited from Physics.) |
 | AddTag | (Inherited from Entity.) |
 | ClearTags | (Inherited from Entity.) |
 | Contains T | (Inherited from Entity.) |
 | ContainsBehavior T | (Inherited from Entity.) |
 | ContainsTag | (Inherited from Entity.) |
 | CreateAngleJoint | (Overrides Physics CreateAngleJoint(PhysicsBody, PhysicsBody, Single).) |
 | CreateCircle | (Overrides Physics CreateCircle(Single).) |
 | CreateEdge( Vector2D ) | (Overrides Physics CreateEdge( Vector2D ).) |
 | CreateEdge(Vector2D, Vector2D) | (Overrides Physics CreateEdge(Vector2D, Vector2D).) |
 | CreateFixedAngleJoint | (Overrides Physics CreateFixedAngleJoint(PhysicsBody, Single).) |
 | CreateLineJoint | (Overrides Physics CreateLineJoint(PhysicsBody, PhysicsBody, Vector2D).) |
 | CreatePolygon | (Overrides Physics CreatePolygon( Vector2D ).) |
 | CreateRectangle | (Overrides Physics CreateRectangle(Size).) |
 | CreateRevoluteJoint | (Overrides Physics CreateRevoluteJoint(PhysicsBody, PhysicsBody, Vector2D).) |
 | Deactivate | (Inherited from Entity.) |
 | Dispose | (Inherited from Entity.) |
 | Get T |
Gets a specific component, derived classes can return faster cached values (e.g. Entity2D)
View code on GitHub (Inherited from Entity.) |
 | GetActiveBehaviors | (Inherited from Entity.) |
 | GetComponentsForSaving | (Inherited from Entity.) |
 | GetOrDefault T | (Inherited from Entity.) |
 | GetTags | (Inherited from Entity.) |
 | RapidUpdate | (Inherited from Physics.) |
 | Remove T | (Inherited from Entity.) |
 | RemoveTag | (Inherited from Entity.) |
 | Set | (Inherited from Entity.) |
 | SetComponents | (Inherited from Entity.) |
 | Simulate | (Overrides Physics Simulate(Single).) |
 | Start T | (Inherited from Entity.) |
 | Stop T | (Inherited from Entity.) |
 | ToString | (Inherited from Entity.) |
TopTopTop