GSLookAtModeSetting

@objc
public protocol GSLookAtModeSetting

Setting providing access to the mode (LookAtMode) setup.

This protocol is Objective-C only. Swift must use LookAtModeSetting.

  • 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 }
  • Tells whether a given mode is supported or not.

    Declaration

    Swift

    func modeIsSupported(_ mode: LookAtMode) -> Bool

    Parameters

    mode

    the mode to query

    Return Value

    true if the mode is supported