Table of Contents

Property allowSplitExecution

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

allowSplitExecution

Controls whether nodes that support coroutine-based execution may split work across frames.

public bool allowSplitExecution { get; set; }

Property Value

bool

Remarks

When false, progressive execution still uses an ExecutionHandle, but nodes run through their immediate path instead of their yielding coroutine path.