|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| AreaObjFollower (AreaObj *, const JMapInfoIter &) | |
| virtual void | update () |
Public Member Functions inherited from BaseMatrixFollower | |
| BaseMatrixFollower (NameObj *, const JMapInfoIter &) | |
| virtual void | setGravityFollowHost (const NameObj *) |
| NameObj * | getFollowTargetActor () const |
| void | calcFollowMatrix (TPos3f *) const |
| bool | isEnableFollow () const |
| bool | isValid () const |
Public Attributes | |
| TPos3f | mFollowMtx |
| AreaObj * | mObj |
Public Attributes inherited from BaseMatrixFollower | |
| JMapLinkInfo * | mLinkInfo |
| NameObj * | mFollowerObj |
| BaseMatrixFollowTarget * | mFollowTarget |
| s32 | mFollowID |
Definition at line 7 of file AreaObjFollower.hpp.
| AreaObjFollower::AreaObjFollower | ( | AreaObj * | pAreaObj, |
| const JMapInfoIter & | rIter ) |
Definition at line 3 of file AreaObjFollower.cpp.
|
virtual |
Reimplemented from BaseMatrixFollower.
Definition at line 9 of file AreaObjFollower.cpp.
| TPos3f AreaObjFollower::mFollowMtx |
Definition at line 13 of file AreaObjFollower.hpp.
| AreaObj* AreaObjFollower::mObj |
Definition at line 14 of file AreaObjFollower.hpp.