TruckSim-Telemetry-Kotlin
1.1
jvm
TruckSim-Telemetry-Kotlin
/
scs_sdk.model.game
/
Timestamp
Timestamp
data
class
Timestamp
(
val
game
:
Long
,
val
simulation
:
Long
,
val
render
:
Long
)
Class related to timestamp data
Author
Felipe Gonzalez
Members
Constructors
Timestamp
Link copied to clipboard
constructor
(
game
:
Long
,
simulation
:
Long
,
render
:
Long
)
Properties
game
Link copied to clipboard
val
game
:
Long
render
Link copied to clipboard
val
render
:
Long
simulation
Link copied to clipboard
val
simulation
:
Long