NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::lyt::AnimationLink Class Reference

Description

Definition at line 92 of file lyt_types.h.

Public Member Functions

void Reset ()
 
AnimTransformGetAnimTransform () const
 
void SetAnimTransform (AnimTransform *pAnimTrans, u16 idx)
 
u16 GetIndex () const
 
bool IsEnable () const
 
void SetEnable (bool enable)
 
 NW4R_UT_LINKLIST_NODE_DECL ()
 

Private Attributes

AnimTransformmAnimTrans
 
u16 mIdx
 
bool mbDisable
 

Constructor & Destructor Documentation

◆ AnimationLink()

nw4r::lyt::AnimationLink::AnimationLink ( )
inline

Definition at line 94 of file lyt_types.h.

Member Function Documentation

◆ Reset()

void nw4r::lyt::AnimationLink::Reset ( )
inline

Definition at line 98 of file lyt_types.h.

◆ GetAnimTransform()

AnimTransform * nw4r::lyt::AnimationLink::GetAnimTransform ( ) const
inline

Definition at line 102 of file lyt_types.h.

◆ SetAnimTransform()

void nw4r::lyt::AnimationLink::SetAnimTransform ( AnimTransform * pAnimTrans,
u16 idx )
inline

Definition at line 105 of file lyt_types.h.

◆ GetIndex()

u16 nw4r::lyt::AnimationLink::GetIndex ( ) const
inline

Definition at line 110 of file lyt_types.h.

◆ IsEnable()

bool nw4r::lyt::AnimationLink::IsEnable ( ) const
inline

Definition at line 114 of file lyt_types.h.

◆ SetEnable()

void nw4r::lyt::AnimationLink::SetEnable ( bool enable)
inline

Definition at line 117 of file lyt_types.h.

Member Data Documentation

◆ mAnimTrans

AnimTransform* nw4r::lyt::AnimationLink::mAnimTrans
private

Definition at line 125 of file lyt_types.h.

◆ mIdx

u16 nw4r::lyt::AnimationLink::mIdx
private

Definition at line 126 of file lyt_types.h.

◆ mbDisable

bool nw4r::lyt::AnimationLink::mbDisable
private

Definition at line 127 of file lyt_types.h.