Struct HavokTriggerEvents.Enumerator
An enumerator for trigger events.
Inherited Members
Namespace: Unity.Physics
Syntax
public struct Enumerator
Properties
Current
Gets or sets the current.
Declaration
public TriggerEvent Current { get; }
Property Value
| Type | Description |
|---|---|
| TriggerEvent | 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. |