Skip to main content

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

NameType
root_entitiesEntityType[]

Type Parameters

Type ParameterDefault type
EntityType extends EntityEntity