Table of Contents

Interface ILockedYieldInstruction

Namespace
Gravitas.Support
Assembly
Gravitas.dll

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

GravitasWorldContext

KeepWaiting

Indicates if coroutine should be kept suspended.

bool KeepWaiting { get; }

Property Value

bool