![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <J3DAnimation.h>
Inheritance diagram for J3DAnmClusterKey:
Collaboration diagram for J3DAnmClusterKey:Public Member Functions | |
| J3DAnmClusterKey () | |
| virtual | ~J3DAnmClusterKey () |
| virtual s32 | getKind () const |
| virtual f32 | getWeight (u16) const |
Public Member Functions inherited from J3DAnmCluster | |
| J3DAnmCluster (s16 frameMax, f32 *pWeight) | |
| virtual | ~J3DAnmCluster () |
Public Member Functions inherited from J3DAnmBase | |
| J3DAnmBase () | |
| J3DAnmBase (s16 frameMax) | |
| virtual | ~J3DAnmBase () |
| u8 | getAttribute () const |
| s16 | getFrameMax () const |
| f32 | getFrame () const |
| void | setFrame (f32 frame) |
Public Attributes | |
| J3DAnmClusterKeyTable * | mAnmTable |
Public Attributes inherited from J3DAnmCluster | |
| f32 * | mWeight |
Public Attributes inherited from J3DAnmBase | |
| u8 | mAttribute |
| u8 | field_0x5 |
| s16 | mFrameMax |
| f32 | mFrame |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from J3DAnmCluster.
Reimplemented from J3DAnmCluster.
| J3DAnmClusterKeyTable* J3DAnmClusterKey::mAnmTable |