3#include "game/kart/KartSuspensionPhysics.hh"
14 virtual void createPhysics(
u16 tireIdx);
16 void init(
u16 tireIdx);
21 return m_wheelPhysics;
37 void createPhysics(
u16 tireIdx)
override;
46 void createPhysics(
u16 tireIdx)
override;
55 void createPhysics(
u16 tireIdx)
override;
TireType
Every other kart tire is a mirror of the first. Bikes do not leverage this.
A holder for a bike's front tire's physics data.
A holder for a kart's front tire's physics data.
A holder for a bike's rear tire's physics data.
A holder for a wheel's physics data.
Manages wheel physics and collision checks.
Pertains to kart-related functionality.