MCPcopy Create free account
hub / github.com/eva-engine/eva.js / lateUpdate

Method lateUpdate

packages/plugin-matterjs/lib/PhysicsSystem.ts:159–159  ·  view source on GitHub ↗

* 和 update?() 类似,在所有System和组件的 update?() 执行以后调用。 * * Like update, called all of gameobject update.

()

Source from the content-addressed store, hash-verified

157 * Like update, called all of gameobject update.
158 */
159 lateUpdate() {}
160 /**
161 * 游戏开始和游戏暂停后开始播放的时候调用。
162 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected