SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
AreaObjFollower Class Reference
Inheritance diagram for AreaObjFollower:
BaseMatrixFollower

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 *)
 
NameObjgetFollowTargetActor () const
 
void calcFollowMatrix (TPos3f *) const
 
bool isEnableFollow () const
 
bool isValid () const
 

Public Attributes

TPos3f mFollowMtx
 
AreaObjmObj
 
- Public Attributes inherited from BaseMatrixFollower
JMapLinkInfomLinkInfo
 
NameObjmFollowerObj
 
BaseMatrixFollowTargetmFollowTarget
 
s32 mFollowID
 

Detailed Description

Definition at line 7 of file AreaObjFollower.hpp.

Constructor & Destructor Documentation

◆ AreaObjFollower()

AreaObjFollower::AreaObjFollower ( AreaObj * pAreaObj,
const JMapInfoIter & rIter )

Definition at line 3 of file AreaObjFollower.cpp.

Member Function Documentation

◆ update()

void AreaObjFollower::update ( )
virtual

Reimplemented from BaseMatrixFollower.

Definition at line 9 of file AreaObjFollower.cpp.

Member Data Documentation

◆ mFollowMtx

TPos3f AreaObjFollower::mFollowMtx

Definition at line 13 of file AreaObjFollower.hpp.

◆ mObj

AreaObj* AreaObjFollower::mObj

Definition at line 14 of file AreaObjFollower.hpp.