PreciseHomeMode

@objc(GSPreciseHomeMode)
public enum PreciseHomeMode : Int, CustomStringConvertible, CaseIterable

Precise home modes.

  • Precise home is off.

    Declaration

    Swift

    case disabled
  • Precise home is enabled, in standard mode.

    Declaration

    Swift

    case standard
  • Debug description.

    Declaration

    Swift

    public var description: String { get }