Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <J3DAnimation.h>
Public Member Functions | |
J3DAnmVtxColor () | |
virtual | ~J3DAnmVtxColor () |
virtual s32 | getKind () const |
virtual void | getColor (u8, u16, GXColor *) const |
Public Member Functions inherited from J3DAnmBase | |
J3DAnmBase () | |
J3DAnmBase (s16 i_frameMax) | |
virtual | ~J3DAnmBase () |
u8 | getAttribute () const |
s16 | getFrameMax () const |
f32 | getFrame () const |
void | setFrame (f32 frame) |
Public Attributes | |
u16 | mAnmTableNum [2] |
J3DAnmVtxColorIndexData * | mAnmVtxColorIndexData [2] |
Public Attributes inherited from J3DAnmBase | |
u8 | mAttribute |
u8 | field_0x5 |
s16 | mFrameMax |
f32 | mFrame |
J3DAnmVtxColor::J3DAnmVtxColor | ( | ) |
|
inlinevirtual |
Reimplemented in J3DAnmVtxColorKey, and J3DAnmVtxColorFull.
Implements J3DAnmBase.
Reimplemented in J3DAnmVtxColorKey, and J3DAnmVtxColorFull.
u16 J3DAnmVtxColor::mAnmTableNum[2] |
J3DAnmVtxColorIndexData* J3DAnmVtxColor::mAnmVtxColorIndexData[2] |