newBoundingBoxAttachment method

  1. @override
BoundingBoxAttachment newBoundingBoxAttachment(
  1. Skin skin,
  2. String name
)
override

Implementation

@override
BoundingBoxAttachment newBoundingBoxAttachment(Skin skin, String name) =>
    BoundingBoxAttachment(name);