Files

23 lines
505 B
C++
Raw Permalink Normal View History

#ifndef _SLDRAIKEYFRAME
#define _SLDRAIKEYFRAME
#include "Kyoto/Streams/CInputStream.hpp"
#include "MetroidPrime/ScriptLoader/SLdrEditorProperties.hpp"
struct SLdrAIKeyframe {
SLdrAIKeyframe();
~SLdrAIKeyframe();
2023-08-11 22:35:54 +03:00
SLdrEditorProperties editorProperties;
int animationIndex;
bool loop;
2023-08-11 22:35:54 +03:00
float loopDuration;
int unknown_0x58810503;
int unknown_0x6d62ef74;
2023-08-11 22:35:54 +03:00
float playbackRate;
};
void LoadTypedefSLdrAIKeyframe(SLdrAIKeyframe&, CInputStream&);
#endif // _SLDRAIKEYFRAME