Script API - v26.50.24
    Preparing search index...

    Settings category that manages GraphicsSettingsProperty configurations.

    export class GraphicsSettings {
    private constructor();
    get<T extends keyof GraphicsSettingsPropertyTypeMap>(property: T): GraphicsSettingsPropertyTypeMap[T] | undefined;
    getAll(): GraphicsSettingsPropertyTypeMap;
    set<T extends keyof GraphicsSettingsPropertyTypeMap>(property: T, value: GraphicsSettingsPropertyTypeMap[T]): void;
    setAll(properties: GraphicsSettingsPropertyTypeMap): void;
    }
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      • properties: GraphicsSettingsPropertyTypeMap

        Property map to set available property values. If the property is not defined in the map, it will not be modified.

      Returns void

      Modify multiple graphics settings properties.

      no-restricted-execution - This function can't be called in restricted-execution mode.

      This function can throw errors.

      This function can't be called in early-execution mode.