Script API - v1.26.30.25
    Preparing search index...

    The SettingsManager (accessible from the ExtensionContext) is responsible for the management all player settings.

    export class SettingsManager {
    private constructor();
    readonly audio: AudioSettings;
    readonly graphics: GraphicsSettings;
    readonly speed: SpeedSettings;
    readonly theme: ThemeSettings;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    Manages graphics settings properties.

    This property can't be read in early-execution mode.