|
Urho3D
|
#include "../Container/FlagSet.h"#include "../Container/Ptr.h"#include "../Math/Quaternion.h"#include "../Math/Vector3.h"#include "../Resource/Resource.h"Classes | |
| struct | Dviglo::AnimationKeyFrame |
| Skeletal animation keyframe. More... | |
| struct | Dviglo::AnimationTrack |
| struct | Dviglo::AnimationTriggerPoint |
| Animation trigger point. More... | |
| class | Dviglo::Animation |
| Skeletal animation resource. More... | |
Enumerations | |
| enum | AnimationChannel : unsigned char { CHANNEL_NONE = 0x0, CHANNEL_POSITION = 0x1, CHANNEL_ROTATION = 0x2, CHANNEL_SCALE = 0x4 } |
Functions | |
| Dviglo::URHO3D_FLAGSET (AnimationChannel, AnimationChannelFlags) | |
1.8.17