跳转到内容

stepScriptGraph

此内容尚不支持你的语言。

stepScriptGraph<Ctx>(compiled, run, tick): void

Defined in: logic/ScriptGraphRunner.ts:260

Advance one instance one tick: expire delays, then light event.update. event.start fires on the first tick, before update, so a graph can seed its variables in the same frame it first runs.

Ctx

CompiledScriptGraph

ScriptRunState

ScriptTickContext<Ctx>

void