LevelChange
public struct LevelChange : Decodable, Hashable
extension LevelChange: CustomDebugStringConvertible
extension LevelChange: CustomStringConvertible
-
Declaration
Swift
public let difference: Float
-
Declaration
Swift
public let direction: Incline
-
Declaration
Swift
public let type: LevelChangeType?
-
Declaration
Swift
public var debugDescription: String { get }
-
Declaration
Swift
public var description: String { get }