Skip to content

Home > @esengine/ecs-framework-monorepo > EntitySystem > scene

EntitySystem.scene property

这个系统所属的场景

Signature:

typescript
get scene(): Scene | null;

set scene(value: Scene | null);

基于 MIT 许可证发布