Type Alias: SceneInfo<EntityType>
type SceneInfo<EntityType> = Omit<SceneInfo, "root_entities"> & {
root_entities: EntityType[];
};
Defined in: livelink.clients/livelink.base/sources/scene/Scene.ts:54
Information about the scene.
Type Declaration
| Name | Type |
|---|---|
root_entities | EntityType[] |
Type Parameters
| Type Parameter | Default type |
|---|---|
EntityType extends Entity | Entity |