PilotingBehaviourSetting

public protocol PilotingBehaviourSetting : AnyObject

Setting to change the piloting behaviour.

  • 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 }
  • Supported behaviours.

    Declaration

    Swift

    var supportedBehaviours: Set<PilotingBehaviour> { get }