Type Alias: Simulation
type Simulation = {
mainCamera: EntityRef;
clientScripts: EntityRef[];
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/sceneSettings.d.ts:238
Settings to apply whenever simulation is active
Properties
mainCamera
mainCamera: EntityRef;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/sceneSettings.d.ts:242
Camera used when starting the simulation
clientScripts
clientScripts: EntityRef[];
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/sceneSettings.d.ts:246
Scripts which the client will be automatically attached