menu
flutter_scene package
documentation
scene.dart
AnimationPlayer
getClipByName method
getClipByName method
dark_mode
light_mode
getClipByName
method
AnimationClip
?
getClipByName
(
String
name
)
Implementation
AnimationClip? getClipByName(
String
name) {
return
_clips[name]; }
flutter_scene package
documentation
scene
AnimationPlayer
getClipByName method
AnimationPlayer class