Struct TriggerEvents.Enumerator
An enumerator.
Inherited Members
Namespace: Unity.Physics
Syntax
public struct Enumerator
Properties
Current
Gets or sets the current.
Declaration
public TriggerEvent Current { readonly get; }
Property Value
| Type | Description |
|---|---|
| TriggerEvent | The current. |
Methods
MoveNext()
Determines if we can move next.
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| Boolean | True if it succeeds, false if it fails. |