#include <NiAnimationKey.h>
|
enum class | KeyContent {
kFloat
, kPos
, kRot
, kColor
,
kText
, kBool
, kTotal
} |
|
enum class | KeyType {
kNoInterp
, kLink
, kBez
, kTCB
,
kEuler
, kStrip
, kTotal
} |
|
◆ KeyContent
Enumerator |
---|
kFloat | |
kPos | |
kRot | |
kColor | |
kText | |
kBool | |
kTotal | |
◆ KeyType
Enumerator |
---|
kNoInterp | |
kLink | |
kBez | |
kTCB | |
kEuler | |
kStrip | |
kTotal | |
◆ NiAnimationKey() [1/2]
RE::NiAnimationKey::NiAnimationKey |
( |
| ) |
|
◆ NiAnimationKey() [2/2]
RE::NiAnimationKey::NiAnimationKey |
( |
float |
a_time | ) |
|
◆ ~NiAnimationKey()
RE::NiAnimationKey::~NiAnimationKey |
( |
| ) |
|
◆ GetKeyAt()
NiAnimationKey * RE::NiAnimationKey::GetKeyAt |
( |
std::uint32_t |
a_index, |
|
|
std::uint8_t |
a_keySize |
|
) |
| const |
◆ GetTime()
float RE::NiAnimationKey::GetTime |
( |
| ) |
const |
◆ SetTime()
void RE::NiAnimationKey::SetTime |
( |
float |
a_time | ) |
|
◆ _time
float RE::NiAnimationKey::_time |
|
protected |
The documentation for this class was generated from the following file: