Is it possible to add one extra method to the AnimationComponent to play just one frame of animation?
So that I can use something like
_animation.Play(“LookUp_45Degrees”, 30);
Where 30 is the frame number in skeletal animation. Suggesting the pitch is about 30 degrees.