Interface: ContactPointEvents
Defined in: src/sdk/instruments/ContactPointPublisher.ts:55
Events related to contact point information.
Extends
BaseContactPointEvents.ContactPointIndexedEvents
Indexable
[key: `contact_point_compression_${number}`]: number
[key: `contact_point_is_on_ground_${number}`]: boolean
[key: `contact_point_is_skidding_${number}`]: boolean
[key: `contact_point_position_${number}`]: number
[key: `contact_point_skidding_factor_${number}`]: number
[key: `contact_point_steer_angle_${number}`]: number
[key: `contact_point_water_depth_${number}`]: number
Properties
contact_point_compression
contact_point_compression:
number
Defined in: src/sdk/instruments/ContactPointPublisher.ts:13
The percentage value representing the amount the contact point is compressed 0-1.
Inherited from
BaseContactPointEvents.contact_point_compression
contact_point_is_on_ground
contact_point_is_on_ground:
boolean
Defined in: src/sdk/instruments/ContactPointPublisher.ts:16
Whether the contact point is on the ground.
Inherited from
BaseContactPointEvents.contact_point_is_on_ground
contact_point_is_skidding
contact_point_is_skidding:
boolean
Defined in: src/sdk/instruments/ContactPointPublisher.ts:19
Whether the contact point is skidding.
Inherited from
BaseContactPointEvents.contact_point_is_skidding
contact_point_position
contact_point_position:
number
Defined in: src/sdk/instruments/ContactPointPublisher.ts:22
The currently extended position of the (retractable) contact point, 0-1.
Inherited from
BaseContactPointEvents.contact_point_position
contact_point_skidding_factor
contact_point_skidding_factor:
number
Defined in: src/sdk/instruments/ContactPointPublisher.ts:25
The skidding factor associated with the contact point, 0-1.
Inherited from
BaseContactPointEvents.contact_point_skidding_factor
contact_point_steer_angle
contact_point_steer_angle:
number
Defined in: src/sdk/instruments/ContactPointPublisher.ts:31
This is the steering angle for the named contact point, in degrees, where a negative value is to the left, and a positive value is to the right.
Inherited from
BaseContactPointEvents.contact_point_steer_angle
contact_point_water_depth
contact_point_water_depth:
number
Defined in: src/sdk/instruments/ContactPointPublisher.ts:34
This returns the depth of the water for the named contact point.