SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
HitSensorInfo Class Reference

Public Member Functions

 HitSensorInfo (const char *, HitSensor *, const TVec3f *, MtxPtr, const TVec3f &, bool)
 
void update ()
 
void doObjCol ()
 

Public Attributes

const char * mName
 
s32 mHashCode
 
HitSensormSensor
 
TVec3f _C
 
const TVec3f * _18
 
MtxPtr _1C
 
bool _20
 
u8 _21
 
u8 _22
 
u8 _23
 

Detailed Description

Definition at line 8 of file HitSensorInfo.hpp.

Constructor & Destructor Documentation

◆ HitSensorInfo()

HitSensorInfo::HitSensorInfo ( const char * ,
HitSensor * ,
const TVec3f * ,
MtxPtr ,
const TVec3f & ,
bool  )

Definition at line 6 of file HitSensorInfo.cpp.

Member Function Documentation

◆ doObjCol()

void HitSensorInfo::doObjCol ( )

Definition at line 21 of file HitSensorInfo.cpp.

Member Data Documentation

◆ mName

const char* HitSensorInfo::mName

Definition at line 16 of file HitSensorInfo.hpp.

◆ mHashCode

s32 HitSensorInfo::mHashCode

Definition at line 17 of file HitSensorInfo.hpp.

◆ mSensor

HitSensor* HitSensorInfo::mSensor

Definition at line 18 of file HitSensorInfo.hpp.

◆ _C

TVec3f HitSensorInfo::_C

Definition at line 19 of file HitSensorInfo.hpp.

◆ _18

const TVec3f* HitSensorInfo::_18

Definition at line 20 of file HitSensorInfo.hpp.

◆ _1C

MtxPtr HitSensorInfo::_1C

Definition at line 21 of file HitSensorInfo.hpp.

◆ _20

bool HitSensorInfo::_20

Definition at line 22 of file HitSensorInfo.hpp.

◆ _21

u8 HitSensorInfo::_21

Definition at line 23 of file HitSensorInfo.hpp.

◆ _22

u8 HitSensorInfo::_22

Definition at line 24 of file HitSensorInfo.hpp.

◆ _23

u8 HitSensorInfo::_23

Definition at line 25 of file HitSensorInfo.hpp.