SkyCtrl3MappingEntry

@objcMembers
@objc(GSSkyCtrl3MappingEntry)
public class SkyCtrl3MappingEntry : NSObject

Defines a mapping entry.

A mapping entry collects the drone model onto which the entry should apply, as well as the type of the entry which defines the concrete subclass of the entry.

No instance of this class can be created, you must either create a SkyCtrl3ButtonsMappingEntry or a SkyCtrl3AxisMappingEntry.

  • Associated drone model.

    Declaration

    Swift

    public let droneModel: Drone.Model
  • Entry type.

    Declaration

    Swift

    public let type: SkyCtrl3MappingEntryType
  • Undocumented

    Declaration

    Swift

    public override func isEqual(_ object: Any?) -> Bool
  • Undocumented

    Declaration

    Swift

    public override var hash: Int { get }