The Simulation type exposes the following members.

Constructors

  NameDescription
Public methodSimulation
Initializes a new instance of the Simulation class.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnSubTimeStepFinished
Raises the SubTimeStepFinished event.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate(Single)
Advances the simulation by the given time.
Public methodUpdate(TimeSpan)
Advances the simulation by the given time.

Fields

  NameDescription
Public fieldWorld
Represents the simulation "world".

Properties

  NameDescription
Public propertyCollisionDomain
Gets the collision domain.
Public propertyConstraints
Gets the constraints.
Public propertyContactConstraints
Gets the contact constraints.
Public propertyForceEffects
Gets the force effects that act on the rigid bodies.
Public propertyIslandManager
Public propertyResponseFilter
Gets or sets the collision response filter.
Public propertyRigidBodies
Gets the rigid bodies.
Public propertySettings
Gets or sets the simulation settings.
Public propertyTargetTime
Gets the target time to which the simulation Time should advance.
Public propertyTime
Gets the current simulation time.
Public propertyTimeScaling
Gets or sets the time scaling.

Events

  NameDescription
Public eventSubTimeStepFinished
Occurs when an internal time step has finished.

See Also