Functions that manipulate global physics simulation properties.
Title | Description |
---|---|
SetTimeStepScale | Sets the current time step scale. Scaling the time step is useful to create slow motion... |
SetNumIterations | Sets the number of velocity and position iterations of the simulator. The default velocity... |
SetGravity | Sets a new gravity value for the current scene. The current gravity value is |
SetFixedTimeStepValue | Sets the fixed time step in seconds. The default value is |
SetFixedTimeStep | Enables or disables fixed time stepping. By default, fixed time step is disabled in... |
ResolveJoints | Scans all joint declarations in the entities in scene and connects all entities if their parts... |
IsFixedTimeStep | Returns |
GetTimeStepScale | Returns the current time step scale. Scaling the time step is useful to create slow motion... |
GetNumIterations | Copies into |
GetGravity | Returns the current gravity vector. The default gravity is |
GetFixedTimeStepValue | Returns the amount of seconds used by the physics simulator time step frame when the fixed time... |
GetCurrentPhysicsTimeStepMS | Returns the amount of milliseconds that are currently being used by the physics simulator frame... |
GetContactEntities | Copies into |
GetClosestContact | Casts a ray from |
GetClosestContact | Casts a ray from |
DisableContact | Disables collision solving for the current contact. This function can only be called inside the... |