Table of Contents

Method Execute

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.BigWorld.Runtime.dll

Execute(GraphContext)

Default coroutine execution path that runs ExecuteImmediate(GraphContext) and yields once.

public override IEnumerator Execute(GraphContext context)

Parameters

context GraphContext

Execution context carrying graph resources and settings.

Returns

IEnumerator

Enumerator used by progressive graph execution.