Skill
public enum Skill : SwiftProtobuf.Enum, Swift.CaseIterable
extension Skyle_Profile.Skill: SwiftProtobuf._ProtoNameProviding
Undocumented
-
Declaration
Swift
public typealias RawValue = Int -
User is unpractised and has maybe cognitive impairment. this will cause the eye tracker to filter gaze data harder (less precision)
Declaration
Swift
case low -
User that understands the operation. Default filtering will take place
Declaration
Swift
case medium -
User that is experienced with eye tracking and wants to control the filtering himself
Declaration
Swift
case high -
Undocumented
Declaration
Swift
case UNRECOGNIZED(Int) -
Declaration
Swift
public init() -
Declaration
Swift
public init?(rawValue: Int) -
Declaration
Swift
public var rawValue: Int { get } -
Declaration
Swift
public static let allCases: [Skyle_Profile.Skill]
-
Declaration
Swift
public static let _protobuf_nameMap: SwiftProtobuf._NameMap