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

Method start

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

* System 被安装后,所有的 awake 执行完后 * * Called while the System installed, after all of systems' awake been called

()

Source from the content-addressed store, hash-verified

101 * Called while the System installed, after all of systems' awake been called
102 */
103 start() {
104 this.engine.start();
105 }
106 /**
107 * 每一次游戏循环调用,可以做一些游戏操作,控制改变一些组件属性。
108 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected