playAnimation abstract method
Schedules the glTF animation at index
in entity
to start playing on the next frame.
Implementation
Future playAnimation(ThermionEntity entity, int index,
{bool loop = false,
bool reverse = false,
bool replaceActive = true,
double crossfade = 0.0});