Anim 0.1
|
Interface restricts access to an animation container to read-only actions. More...
#include <IAnimationContainer.h>
Public Member Functions | |
virtual ValueResult< std::reference_wrapper< AnimationClip > > | GetAnimation (StringId skinnedMeshOwningAnimation, string const &name) const =0 |
Gets an animation. More... | |
Interface restricts access to an animation container to read-only actions.
|
pure virtual |
Gets an animation.
skinnedMeshOwningAnimation | The skinned mesh that the animation would animate |
name | The name of the animation |
Implemented in AnimationSystem::Mesh::AnimationContainer.