GltfAnimation constructor
GltfAnimation({
- String? name,
- List<
GltfAnimationChannel> channels = const [], - List<
GltfAnimationSampler> samplers = const [],
Implementation
GltfAnimation({
this.name,
this.channels = const [],
this.samplers = const [],
});