Skip to main content

Type Alias: SceneRef

type SceneRef = {
value: AssetRef<Scene>;
maxRecursionCount: UInt32;
};

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:856

Reference to a subscene (linker); used to compose scenes.

Properties

value

value: AssetRef<Scene>;

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:860

Referenced scene (UUID).


maxRecursionCount

maxRecursionCount: UInt32;

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:865

Maximum recursion depth when a scene references itself.

Default Value

1;