Struct HavokCollisionEvents.Enumerator
An enumerator for collision events.
Inherited Members
Namespace: Unity.Physics
Syntax
public struct Enumerator
Properties
Current
Gets the current.
Declaration
public readonly CollisionEvent Current { get; }
Property Value
| Type | Description |
|---|---|
| CollisionEvent | The current. |
Methods
MoveNext()
Determines if we can move to the next element.
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| Boolean | True if possible, false otherwise. |