Type Alias: SceneInfo
type SceneInfo = Omit<SceneInfo, "root_entities"> & {
root_entities: Entity[];
};
Defined in: livelink.js/sources/scene/Scene.ts:53
Information about the scene.
Type Declaration
| Name | Type |
|---|---|
root_entities | Entity[] |
type SceneInfo = Omit<SceneInfo, "root_entities"> & {
root_entities: Entity[];
};
Defined in: livelink.js/sources/scene/Scene.ts:53
Information about the scene.
| Name | Type |
|---|---|
root_entities | Entity[] |