Type Alias: SceneRef
type SceneRef = {
value: AssetRef<Scene>;
maxRecursionCount: UInt32;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:838
Reference to a scene.
Properties
value
value: AssetRef<Scene>;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:842
UUID of the referenced scene.
maxRecursionCount
maxRecursionCount: UInt32;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:847
Maximum number of times a scene appears when it references itself.
Default Value
1;