Property allowSplitExecution
allowSplitExecution
Controls whether nodes that support coroutine-based execution may split work across frames.
public bool allowSplitExecution { get; set; }
Property Value
Remarks
When false, progressive execution still uses an ExecutionHandle, but nodes run through their immediate path instead of their yielding coroutine path.