Struct HavokSimulation
Steps a physics world using Havok Physics plugin.
Inherited Members
Namespace: Havok.Physics
Assembly: solution.dll
Syntax
public struct HavokSimulation : ISimulation, IDisposable
Constructors
Name | Description |
---|---|
Havok |
Constructor. |
Properties
Name | Description |
---|---|
Collision |
Gets the collision events. |
Contacts |
Gets the Contact count. |
Final |
Gets the handle of the final job. |
Final |
Gets the handle of the final simulation job (not including dispose jobs). |
Impulse |
Gets the impulse events. |
Trigger |
Gets the trigger events. |
Type | Gets the simulation type. |
Methods
Name | Description |
---|---|
Dispose() | Disposes internal memory. |
Schedule |
Schedule broadphase jobs. |
Schedule |
Schedule create jacobians jobs. |
Schedule |
Schedule narrowphase jobs. |
Schedule |
Schedule solve and integrate jobs. |
Schedule |
Schedule step jobs. |
Step(Simulation |
Steps the world immediately. |
Step |
Steps the simulation immediately on a single thread without spawning any jobs. |