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