|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| HitSensorInfo (const char *, HitSensor *, const TVec3f *, MtxPtr, const TVec3f &, bool) | |
| void | update () |
| void | doObjCol () |
Public Attributes | |
| const char * | mName |
| s32 | mHashCode |
| HitSensor * | mSensor |
| TVec3f | _C |
| const TVec3f * | _18 |
| MtxPtr | _1C |
| bool | _20 |
| u8 | _21 |
| u8 | _22 |
| u8 | _23 |
Definition at line 8 of file HitSensorInfo.hpp.
| HitSensorInfo::HitSensorInfo | ( | const char * | , |
| HitSensor * | , | ||
| const TVec3f * | , | ||
| MtxPtr | , | ||
| const TVec3f & | , | ||
| bool | ) |
Definition at line 6 of file HitSensorInfo.cpp.
| void HitSensorInfo::doObjCol | ( | ) |
Definition at line 21 of file HitSensorInfo.cpp.
| const char* HitSensorInfo::mName |
Definition at line 16 of file HitSensorInfo.hpp.
| s32 HitSensorInfo::mHashCode |
Definition at line 17 of file HitSensorInfo.hpp.
| HitSensor* HitSensorInfo::mSensor |
Definition at line 18 of file HitSensorInfo.hpp.
| TVec3f HitSensorInfo::_C |
Definition at line 19 of file HitSensorInfo.hpp.
| const TVec3f* HitSensorInfo::_18 |
Definition at line 20 of file HitSensorInfo.hpp.
| MtxPtr HitSensorInfo::_1C |
Definition at line 21 of file HitSensorInfo.hpp.
| bool HitSensorInfo::_20 |
Definition at line 22 of file HitSensorInfo.hpp.
| u8 HitSensorInfo::_21 |
Definition at line 23 of file HitSensorInfo.hpp.
| u8 HitSensorInfo::_22 |
Definition at line 24 of file HitSensorInfo.hpp.
| u8 HitSensorInfo::_23 |
Definition at line 25 of file HitSensorInfo.hpp.