JitterPhysics ClassDelta Engine Documentation
Jitter physics implementation. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Entities Entity
    DeltaEngine.Physics3D Physics
      DeltaEngine.Physics3D.Jitter JitterPhysics

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

public class JitterPhysics : Physics

The JitterPhysics type exposes the following members.

Constructors

  NameDescription
Public methodJitterPhysics
Initializes a new instance of the JitterPhysics 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 methodCreateBody (Overrides Physics CreateBody(PhysicsShape, Vector3D, Single, Single).)
Public methodCreateJoint (Overrides Physics CreateJoint(JointType, PhysicsBody, PhysicsBody,  Object ).)
Protected methodDeactivate (Inherited from Entity.)
Public methodDispose (Inherited from Entity.)
Public methodDoRayCastExcludingGround (Overrides Physics DoRayCastExcludingGround(Ray).)
Public methodDoRayCastIncludingGround (Overrides Physics DoRayCastIncludingGround(Ray).)
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.)
Protected methodGetTotalPhysicsTime (Overrides Physics GetTotalPhysicsTime .)
Public methodIsJointSupported (Overrides Physics IsJointSupported(JointType).)
Public methodIsShapeSupported (Overrides Physics IsShapeSupported(ShapeType).)
Public methodRemove T  (Inherited from Entity.)
Protected methodRemoveBody (Overrides Physics RemoveBody(PhysicsBody).)
Protected methodRemoveJoint (Overrides Physics RemoveJoint(PhysicsJoint).)
Public methodRemoveTag (Inherited from Entity.)
Public methodSet (Inherited from Entity.)
Public methodSetComponents (Inherited from Entity.)
Public methodSetGravity (Overrides Physics SetGravity(Vector3D).)
Public methodSetGroundPlane (Overrides Physics SetGroundPlane(Boolean, Single).)
Protected methodSimulate (Overrides Physics Simulate(Single).)
Public methodStart T  (Inherited from Entity.)
Public methodStop T  (Inherited from Entity.)
Public methodToString (Inherited from Entity.)
Public methodUpdate (Inherited from Physics.)
Top
Fields

  NameDescription
Protected fieldbodies (Inherited from Physics.)
Protected fieldcomponents (Inherited from Entity.)
Public fieldDefaultGravity (Inherited from Physics.)
Protected fieldgroundBody (Inherited from Physics.)
Protected fieldjoints (Inherited from Physics.)
Top
Properties

  NameDescription
Public propertyIsActive (Inherited from Entity.)
Public propertyIsMultithreaded (Inherited from Physics.)
Public propertyIsPauseable (Inherited from Entity.)
Public propertyNumberOfComponents (Inherited from Entity.)
Public propertyUpdatePriority (Inherited from Entity.)
Top
See Also