getGltfAnimationNames method

Future<List<String>> getGltfAnimationNames()

Gets the names of all glTF animations embedded in the specified entity.

Implementation

Future<List<String>> getGltfAnimationNames() {
  throw UnimplementedError();
}