NetVehicleDriverPivots - maceeikodev/WreckMP_Ref GitHub Wiki
Definition
public class NetVehicleDriverPivots
Class containing all pivot points for driver animation.
Properties
public Transform ThrottlePedal { get; set; }
- Pivot of driver's right leg on the throttle pedal
public Transform BrakePedal { get; set; }
- Pivot of driver's left leg on the brake pedal
public Transform ClutchPedal { get; set; }
- Pivot of driver's left leg on the clutch pedal
public Transform SteeringWheel { get; set; }
- Pivot of driver's left arm on the steering wheel
public Transform GearStick { get; set; }
- Pivot of driver's right arm on the gear stick
public Transform DriverParent { get; set; }
- Pivot of driver's body in the car