addParsedAnimation method
Append to the parsed animation list. Used by importers (including the runtime glTF/GLB loader).
Implementation
void addParsedAnimation(Animation animation) {
_animations.add(animation);
}
Append to the parsed animation list. Used by importers (including the runtime glTF/GLB loader).
void addParsedAnimation(Animation animation) {
_animations.add(animation);
}