TruckSim-Telemetry-Kotlin
1.1
jvm
TruckSim-Telemetry-Kotlin
/
scs_sdk.model.truck
/
Cabin
Cabin
data
class
Cabin
<
T
>
(
val
damage
:
Float
,
val
position
:
Vector
<
T
>
,
val
acceleration
:
Acceleration
<
T
>
,
val
offset
:
Offset
<
T
>
)
Class that hold information about the cabin truck
Author
Felipe Gonzalez
Members
Constructors
Cabin
Link copied to clipboard
constructor
(
damage
:
Float
,
position
:
Vector
<
T
>
,
acceleration
:
Acceleration
<
T
>
,
offset
:
Offset
<
T
>
)
Properties
acceleration
Link copied to clipboard
val
acceleration
:
Acceleration
<
T
>
damage
Link copied to clipboard
val
damage
:
Float
chassis
offset
Link copied to clipboard
val
offset
:
Offset
<
T
>
position
Link copied to clipboard
val
position
:
Vector
<
T
>