|
U3D
Open-source, cross-platform 2D and 3D game engine built in C++
|
Skeletal animation keyframe. More...
#include </var/dev/u3d/stable/Source/Urho3D/Graphics/Animation.h>
Public Member Functions | |
| AnimationKeyFrame () | |
| Construct. | |
Public Attributes | |
| float | time_ |
| Keyframe time. | |
| Vector3 | position_ |
| Bone position. | |
| Quaternion | rotation_ |
| Bone rotation. | |
| Vector3 | scale_ |
| Bone scale. | |
Skeletal animation keyframe.