Physics ClassDelta Engine Documentation
Main physics class used for performing simulations and creating bodies and shapes. View code on GitHub
Inheritance Hierarchy

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

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

public abstract class Physics : Entity, 
	Updateable

The Physics type exposes the following members.

Constructors

  NameDescription
Protected methodPhysics
Initializes a new instance of the Physics class
Top
Methods

  NameDescription
Public methodAdd T  (Inherited from Entity.)
Protected methodAddBody
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
Public methodCreateJoint
Protected methodDeactivate (Inherited from Entity.)
Public methodDispose (Inherited from Entity.)
Public methodDoRayCastExcludingGround
Public methodDoRayCastIncludingGround
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
Public methodIsJointSupported
Public methodIsShapeSupported
Public methodRemove T  (Inherited from Entity.)
Protected methodRemoveBody
Protected methodRemoveJoint
Public methodRemoveTag (Inherited from Entity.)
Public methodSet (Inherited from Entity.)
Public methodSetComponents (Inherited from Entity.)
Public methodSetGravity
Public methodSetGroundPlane
Protected methodSimulate
Public methodStart T  (Inherited from Entity.)
Public methodStop T  (Inherited from Entity.)
Public methodToString (Inherited from Entity.)
Public methodUpdate
Top
Fields

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

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