computeBounds method

  1. @override
Bounds computeBounds(
  1. SkeletonDrawable drawable
)
override

Implementation

@override
Bounds computeBounds(SkeletonDrawable drawable) {
  return drawable.skeleton.getBounds();
}