setGltfAnimationFrame method

Future setGltfAnimationFrame(
  1. int index,
  2. int animationFrame
)

Implementation

Future setGltfAnimationFrame(int index, int animationFrame) {
  throw UnimplementedError();
}