Zorb_Timeline
public struct Zorb_Timeline
A timeline consists of an array of vibrations that can have an arbitrary
length.
-
a field of zero or more vibrations (you can have an empty Timeline)
Declaration
Swift
public var vibrations: [Zorb_Vibration] = []
-
Declaration
Swift
public var unknownFields = SwiftProtobuf.UnknownStorage()
-
Declaration
Swift
public init()
-
Declaration
Swift
public static let protoMessageName: String = _protobuf_package + ".Timeline"
-
Declaration
Swift
public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
-
Declaration
Swift
public mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws
-
Declaration
Swift
public func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws
-
Declaration
Swift
public static func ==(lhs: Zorb_Timeline, rhs: Zorb_Timeline) -> Bool