SKByteRange
open class SKByteRange : Codable, Equatable
Undocumented
-
Declaration
Swift
public let offset: Int
-
Declaration
Swift
public let length: Int
-
Undocumented
Declaration
Swift
public init(offset: Int, length: Int)
-
Undocumented
Declaration
Swift
open func isEqual(to rhs: SKByteRange) -> Bool
-
Declaration
Swift
public static func == (lhs: SKByteRange, rhs: SKByteRange) -> Bool