Struct HavokImpulseEvents
A stream of impulse events. This is a value type, which means it can be used in Burst jobs (unlike IEnumerable<>).
Inherited Members
Namespace: Unity.Physics
Syntax
public struct HavokImpulseEvents
Methods
GetEnumerator()
Gets the enumerator.
Declaration
public HavokImpulseEvents.Enumerator GetEnumerator()
Returns
| Type | Description |
|---|---|
| HavokImpulseEvents.Enumerator | The enumerator. |