setSetting(name:value:)

    Sets the value of a setting.

    ProjectSettings.swift:85
    static func setSetting(name: String, value: Variant)

    Example:

    This can also be used to erase custom project settings. To do this change the setting value to null.

    Other members in extension

    Type members

    Instance members