Provides methods to access the render schema

Internal

Other

  • Get the default physics scene settings for the project

    Returns Record<string, any>

    The default physics scene settings

    const scenePhysicsSettings = editor.schema.scene.getDefaultPhysicsSettings();
    
  • Get the default render scene settings for the project

    Returns Record<string, any>

    The default physics scene settings

    const sceneRenderSettings = editor.schema.scene.getDefaultRenderSettings();