RSX Code Reference
    Preparing search index...

    Class SceneWindowSettings

    The SceneWindowSettings class contains user specific settings for the SceneWindow.

    Hierarchy (View Summary)

    Index
    normalsSettings: NormalsRendererSettings
    scrollOutlinerToSelection: boolean

    Determines if the outliner will scroll the selected item to be visible if the selection changes.

    showSelectionInformation: boolean
    vertexSettings: VertexRendererSettings
    wireframeSettings: WireframeRendererSettings
    • get isGlobal(): boolean

      Determines if the settings instance is the global settings that require saving to the UserProjectSettings.

      Returns boolean

    • Copies all properties defined by the prototype of other to this instance.

      Parameters

      • other: Readonly<T>

      Returns void

    • Marks the settings as dirty and invokes the onDirty event handler.

      Returns void

      This method should be invoked after making a change, so subsystems such as a viewport cna be updated. If the settings are the shared editor settings, the editor settings will be marked for autosave.

    onDirty: Event<[SceneWindowSettings], void>

    Invoked when the settings changed.

    This is an internal event. Do not subscribe directly to it, use UserProjectSettings.onSettingsChanged.