playGltfAnimationByName method

Future playGltfAnimationByName(
  1. String name, {
  2. bool loop = false,
  3. bool reverse = false,
  4. bool replaceActive = true,
  5. double crossfade = 0.0,
})

Schedules the glTF animation at index in entity to start playing on the next frame.

Implementation

Future playGltfAnimationByName(String name,
    {bool loop = false,
    bool reverse = false,
    bool replaceActive = true,
    double crossfade = 0.0}) {
  throw UnimplementedError();
}