getMorphTargetNames abstract method
Gets the names of all morph targets for the child renderable childEntity
under entity
.
Implementation
Future<List<String>> getMorphTargetNames(
ThermionEntity entity, ThermionEntity childEntity);
Gets the names of all morph targets for the child renderable childEntity
under entity
.
Future<List<String>> getMorphTargetNames(
ThermionEntity entity, ThermionEntity childEntity);