![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <J3DAnimation.h>
Inheritance diagram for J3DAnmCluster:
Collaboration diagram for J3DAnmCluster:Public Member Functions | |
| J3DAnmCluster (s16 frameMax, f32 *pWeight) | |
| virtual | ~J3DAnmCluster () |
| virtual s32 | getKind () const |
| virtual f32 | getWeight (u16) const |
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 | |
| f32 * | mWeight |
Public Attributes inherited from J3DAnmBase | |
| u8 | mAttribute |
| u8 | field_0x5 |
| s16 | mFrameMax |
| f32 | mFrame |
|
inlinevirtual |
|
inlinevirtual |
Implements J3DAnmBase.
Reimplemented in J3DAnmClusterFull, and J3DAnmClusterKey.
Reimplemented in J3DAnmClusterFull, and J3DAnmClusterKey.
| f32* J3DAnmCluster::mWeight |