GSPilotingBehaviourSetting

@objc
public protocol GSPilotingBehaviourSetting

Setting to change the piloting behaviour.

Note

this protocol is for Objective-C compatibility only.
  • Tells if the setting value has been changed and is waiting for change confirmation.

    Declaration

    Swift

    var updating: Bool { get }
  • Current behaviour setting.

    Declaration

    Swift

    var value: PilotingBehaviour { get set }
  • Tells whether a given behaviour is supported.

    Declaration

    Swift

    func isSupportedBehaviour(_ behaviour: PilotingBehaviour) -> Bool

    Parameters

    behaviour

    the behaviour to query

    Return Value

    true if the behaviour is supported, false otherwise