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.
Type Parameters
Section titled “Type Parameters”Ctx
Parameters
Section titled “Parameters”compiled
Section titled “compiled”ScriptTickContext<Ctx>
Returns
Section titled “Returns”void