#include <KartParam.hh>
Represents one of the many hitboxes that make up a vehicle.
Definition at line 10 of file KartParam.hh.
Public Attributes | |
u16 | enable |
Specifies if this is an active hitbox (since BSP always has 16). | |
EGG::Vector3f | position |
The relative position of the hitbox. | |
f32 | radius |
u16 | wallsOnly |
u16 | tireCollisionIdx |
u16 Kart::BSP::Hitbox::enable |
Specifies if this is an active hitbox (since BSP always has 16).
Definition at line 11 of file KartParam.hh.
EGG::Vector3f Kart::BSP::Hitbox::position |
The relative position of the hitbox.
Definition at line 12 of file KartParam.hh.
f32 Kart::BSP::Hitbox::radius |
Definition at line 13 of file KartParam.hh.
u16 Kart::BSP::Hitbox::tireCollisionIdx |
Definition at line 15 of file KartParam.hh.
u16 Kart::BSP::Hitbox::wallsOnly |
Definition at line 14 of file KartParam.hh.