Settings category that manages GraphicsSettingsProperty configurations.

Hierarchy

  • GraphicsSettings

Constructors

Methods

Constructors

Methods

  • Type Parameters

    Parameters

    • property: T

      Property identifier.

    Returns undefined | GraphicsSettingsPropertyTypeMap[T]

    Returns the property value if it is found. If the property is not available, it returns undefined.

    Remarks

    Retrieves a graphics settings property value.

    This function can't be called in read-only mode.

  • Type Parameters

    Parameters

    Returns void

    Remarks

    Modifies a graphics settings property value.

    This function can't be called in read-only mode.

    Throws

    This function can throw errors.

  • 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

    Remarks

    Modify multiple graphics settings properties.

    This function can't be called in read-only mode.

    Throws

    This function can throw errors.