MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / ANMKey

Class ANMKey

dwarf/SB/Core/p2/iAnimSKB.cpp:61–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 unsigned int prevFrame; // offset 0x20, size 0x4
60};
61class ANMKey {
62 // total size: 0x24
63public:
64 float time; // offset 0x0, size 0x4
65 float quat[4]; // offset 0x4, size 0x10
66 float tran[3]; // offset 0x14, size 0xC
67 unsigned int prevFrame; // offset 0x20, size 0x4
68};
69class SKAHeader {
70 // total size: 0xC
71public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected