menu
bonfire_spine package
documentation
spine/skeleton_animation.dart
SkeletonAnimation
getRootBone method
getRootBone method
dark_mode
light_mode
getRootBone
method
Bone?
getRootBone
(
)
inherited
Implementation
Bone? getRootBone() => bones.isEmpty ? null : bones[0];
bonfire_spine package
documentation
spine/skeleton_animation
SkeletonAnimation
getRootBone method
SkeletonAnimation class