Interface ILockedYieldInstruction
A coroutine yield instruction that is locked to a GravitasWorldContext and can be used in a deterministic simulation.
public interface ILockedYieldInstruction : IEnumerator, IDisposable
- Inherited Members
Properties
Context
Gets the deterministic world context that owns this instruction's clock.
GravitasWorldContext Context { get; }
Property Value
KeepWaiting
Indicates if coroutine should be kept suspended.
bool KeepWaiting { get; }