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