Namespace Unity.Physics
Classes
HavokSimulationSingletonExtensions
Unity.
IHavokBodyPairsJobExtensions
Havok body pairs exetnsion class
IHavokCollisionEventsJobExtensions
Havok collision events extension class.
IHavokContactsJobExtensions
An extension class for Havok contacts job.
IHavokImpulseEventsJobExtensions
An extension class for scheduling IImpulseEventsJob.
IHavokJacobiansJobExtensions
An extension class for scheduling IJacobiansJob.
IHavokTriggerEventsJobExtensions
An extension class for scheduling ITriggerEventsJob.
Structs
HavokCollisionEvents
A stream of collision events. This is a value type, which means it can be used in Burst jobs (unlike IEnumerable<CollisionEvent>).
HavokCollisionEvents.Enumerator
An enumerator for collision events.
HavokImpulseEvents
A stream of impulse events. This is a value type, which means it can be used in Burst jobs (unlike IEnumerable<>).
HavokImpulseEvents.Enumerator
An enumerator.
HavokTriggerEvents
A stream of trigger events. This is a value type, which means it can be used in Burst jobs (unlike IEnumerable<TriggerEvent>).
HavokTriggerEvents.Enumerator
An enumerator for trigger events.
Interfaces
IBodyPairsJob
Interface for jobs that iterate through the list of potentially overlapping body pairs produced by the broad phase.
ICollisionEventsJob
Interface for jobs that iterate through the list of collision events produced by the solver.
IContactsJob
Interface for jobs that iterate through the list of contact manifolds produced by the narrow phase.
IImpulseEventsJob
Interface for jobs that iterate through the list of impulse events produced by the solver.
IJacobiansJob
Interface for jobs that iterate through the list of Jacobians before they are solved.
ITriggerEventsJob
Interface for jobs that iterate through the list of trigger events produced by the solver.