Torch
Loading...
Searching...
No Matches
OoTAnimationTypes.h
1
#pragma once
2
3
#include <cstdint>
4
5
namespace
OoT {
6
7
enum class
OoTAnimationType : uint32_t {
8
Normal = 0,
9
Link = 1,
10
Curve = 2,
11
Legacy = 3,
12
};
13
14
struct
RotationIndex
{
15
uint16_t x, y, z;
16
};
17
18
struct
CurveInterpKnot
{
19
uint16_t unk_00;
20
int16_t unk_02;
21
int16_t unk_04;
22
int16_t unk_06;
23
float
unk_08;
24
};
25
26
}
// namespace OoT
OoT::CurveInterpKnot
Definition
OoTAnimationTypes.h:18
OoT::RotationIndex
Definition
OoTAnimationTypes.h:14
src
factories
oot
OoTAnimationTypes.h
Generated by
1.14.0