menu
flame_3d_extras package
documentation
model/model.dart
Model
animationNames property
animationNames property
dark_mode
light_mode
animationNames
property
Set
<
String
>
get
animationNames
Implementation
Set<String> get animationNames { return animations.map((e) => e.name).nonNulls.toSet(); }
flame_3d_extras package
documentation
model/model
Model
animationNames property
Model class