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

Function scene

packages/core/src/ECS/Systems/EntitySystem.ts:255–257  ·  view source on GitHub ↗

* 这个系统所属的场景

()

Source from the content-addressed store, hash-verified

253 * 这个系统所属的场景
254 */
255 public get scene(): Scene | null {
256 return this._scene;
257 }
258
259 public set scene(value: Scene | null) {
260 this._scene = value;

Callers

nothing calls this directly

Calls 1

setSceneMethod · 0.65

Tested by

no test coverage detected