LevelChange
public struct LevelChange : Decodable, Hashable, Equatable
extension LevelChange: CustomDebugStringConvertible
extension LevelChange: CustomStringConvertible
extension LevelChange: ShortStringConvertible
                - 
                  
                  
Declaration
Swift
public let difference: Float - 
                  
                  
Declaration
Swift
public let direction: Incline - 
                  
                  
Declaration
Swift
public let type: LevelChangeType? - 
                  
                  
Declaration
Swift
public init(difference: Float, direction: Incline, type: LevelChangeType?) - 
                  
                  
Declaration
Swift
public var debugDescription: String { get } - 
                  
                  
Declaration
Swift
public var description: String { get } - 
                  
                  
Declaration
Swift
public var shortDescription: String { get } 
            View on GitHub