Urho3D::AnimationKeyFrame Struct Reference

Skeletal animation keyframe. More...

#include <Urho3D/Graphics/Animation.h>

Collaboration diagram for Urho3D::AnimationKeyFrame:
[legend]

Public Member Functions

 AnimationKeyFrame ()
 Construct.
 

Public Attributes

float time_
 Keyframe time.
 
Vector3 position_
 Bone position.
 
Quaternion rotation_
 Bone rotation.
 
Vector3 scale_
 Bone scale.
 

Detailed Description

Skeletal animation keyframe.


The documentation for this struct was generated from the following file: