Struct VehicleTrailerSyncPacket
Represents synchronization data for a vehicle trailer.
public readonly struct VehicleTrailerSyncPacket
- Inherited Members
Fields
PlayerID
Gets the ID of the player associated with the vehicle.
public readonly int PlayerID
Field Value
Position
Gets the position of the trailer.
public readonly Vector3 Position
Field Value
Quat
Gets the quaternion representing the trailer's rotation.
public readonly Vector4 Quat
Field Value
TurnVelocity
Gets the turn velocity of the trailer.
public readonly Vector3 TurnVelocity
Field Value
VehicleID
Gets the ID of the vehicle.
public readonly int VehicleID
Field Value
Velocity
Gets the velocity of the trailer.
public readonly Vector3 Velocity