Struct Holofile.Record
Single record of a .holo file.
Namespace: Holoride.ElasticSDK
Assembly: Holoride.ElasticSDK.Runtime.dll
Syntax
[Serializable]
public struct Holofile.Record
Fields
Data
Key-value data from the .holo file, flattened for asset serialization.
Declaration
public VehicleSensorState Data
Field Value
Type | Description |
---|---|
VehicleSensorState |
Microseconds
Duration of this record. In other words, the duration for which the data in this record remains valid before the data of the next record should be loaded.
Declaration
public long Microseconds
Field Value
Type | Description |
---|---|
long |