Provides methods to access the render schema
Creates new instance of API
The schema API
Get the default physics scene settings for the project
The default physics scene settings
const scenePhysicsSettings = editor.schema.scene.getDefaultPhysicsSettings(); Copy
const scenePhysicsSettings = editor.schema.scene.getDefaultPhysicsSettings();
Get the default render scene settings for the project
const sceneRenderSettings = editor.schema.scene.getDefaultRenderSettings(); Copy
const sceneRenderSettings = editor.schema.scene.getDefaultRenderSettings();
Provides methods to access the render schema