Urho3D
|
#include "../Container/FlagSet.h"
#include "../Container/Ptr.h"
#include "../Math/Quaternion.h"
#include "../Math/Vector3.h"
#include "../Resource/Resource.h"
Classes | |
struct | Urho3D::AnimationKeyFrame |
Skeletal animation keyframe. More... | |
struct | Urho3D::AnimationTrack |
Skeletal animation track, stores keyframes of a single bone. @nocount. More... | |
struct | Urho3D::AnimationTriggerPoint |
Animation trigger point. More... | |
class | Urho3D::Animation |
Skeletal animation resource. More... | |
Enumerations | |
enum class | AnimationChannels : u8 { None = 0 , Position = 1 << 0 , Rotation = 1 << 1 , Scale = 1 << 2 } |
Functions | |
Urho3D::URHO3D_FLAGS (AnimationChannels) | |