DebugSetting

public protocol DebugSetting : AnyObject

Debug setting.

  • Tells if the setting value has been changed and is waiting for change confirmation.

    Declaration

    Swift

    var updating: Bool { get }
  • Setting type.

    Declaration

    Swift

    var type: DebugSettingType { get }
  • Setting name.

    Declaration

    Swift

    var name: String { get }
  • Tells if the setting is ready only.

    Declaration

    Swift

    var readOnly: Bool { get }