GltfAnimation constructor

GltfAnimation({
  1. String? name,
  2. List<GltfAnimationChannel> channels = const [],
  3. List<GltfAnimationSampler> samplers = const [],
})

Implementation

GltfAnimation({
  this.name,
  this.channels = const [],
  this.samplers = const [],
});