Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <J2DAnimation.h>
Public Member Functions | |
J2DAnmVtxColorKey () | |
virtual | ~J2DAnmVtxColorKey () |
virtual void | getColor (u8, u16, _GXColor *) const |
Public Member Functions inherited from J2DAnmVtxColor | |
J2DAnmVtxColor () | |
virtual | ~J2DAnmVtxColor () |
u16 | getAnmTableNum (u8 param_0) const |
J3DAnmVtxColorIndexData * | getAnmVtxColorIndexData (u8 param_0, u16 param_1) const |
u16 * | getVtxColorIndexPointer (u8 param_0) const |
Public Member Functions inherited from J2DAnmBase | |
J2DAnmBase () | |
virtual | ~J2DAnmBase () |
virtual void | searchUpdateMaterialID (J2DScreen *) |
s16 | getFrameMax () const |
void | setFrame (f32 frame) |
f32 | getFrame () const |
J2DAnmKind | getKind () const |
Public Attributes | |
J3DAnmColorKeyTable * | mInfoTable [2] |
s16 * | mRValues |
s16 * | mGValues |
s16 * | mBValues |
s16 * | mAValues |
Public Attributes inherited from J2DAnmVtxColor | |
u16 | mAnmTableNum [2] |
J3DAnmVtxColorIndexData * | mVtxColorIndexData [2] |
u16 * | mVtxColorIndexPointer [2] |
Public Attributes inherited from J2DAnmBase | |
u8 | field_0x4 |
u8 | field_0x5 |
s16 | mFrameMax |
f32 | mFrame |
J2DAnmKind | mKind |
|
inline |
|
inlinevirtual |
Reimplemented from J2DAnmVtxColor.
s16* J2DAnmVtxColorKey::mAValues |
s16* J2DAnmVtxColorKey::mBValues |
s16* J2DAnmVtxColorKey::mGValues |
J3DAnmColorKeyTable* J2DAnmVtxColorKey::mInfoTable[2] |
s16* J2DAnmVtxColorKey::mRValues |