getAnimationNames abstract method

Future<List<String>> getAnimationNames(
  1. ThermionEntity entity
)

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

Implementation

Future<List<String>> getAnimationNames(ThermionEntity entity);