Editor API Reference - v1.1.4
    Preparing search index...

    Class SceneSchema

    Provides methods to access the render schema

    Index

    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();