MCPcopy Create free account
hub / github.com/esengine/esengine / update

Method update

packages/fsm/src/IStateMachine.ts:309–309  ·  view source on GitHub ↗

* @zh 更新状态机 * @en Update state machine * * @param deltaTime - @zh 增量时间(毫秒)@en Delta time in milliseconds

(deltaTime: number)

Source from the content-addressed store, hash-verified

307 * @param deltaTime - @zh 增量时间(毫秒)@en Delta time in milliseconds
308 */
309 update(deltaTime: number): void;
310
311 /**
312 * @zh 重置状态机到初始状态

Callers 15

updateMethod · 0.65
processMethod · 0.65
updateInternalMethod · 0.65
updateAllMethod · 0.65
updateMethod · 0.65
updateGlobalSystemsMethod · 0.65
updateScenesMethod · 0.65
updateMethod · 0.65

Implementers 1

StateMachinepackages/fsm/src/StateMachine.ts

Calls

no outgoing calls

Tested by 1

updateMethod · 0.52