LookAtModeSetting

public protocol LookAtModeSetting : AnyObject

Setting providing access to the mode (LookAtMode) setup.

  • Set of supported modes.

    Declaration

    Swift

    var supportedModes: Set<LookAtMode> { get }
  • Tell if the setting value has been changed and is waiting for change confirmation.

    Declaration

    Swift

    var updating: Bool { get }
  • Look at mode.

    Note

    Only a supported look at mode can be set.

    Declaration

    Swift

    var value: LookAtMode { get set }