Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
remove getBoneNames
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodBoyDigital committed Jun 3, 2024
1 parent a348b29 commit 34a2e3b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Spine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,16 +335,6 @@ export class Spine extends Container implements View
}
}

/**
* A helper function to get an array of all the bone names from the Skeleton.
*
* @returns The names of the bones in the skeleton
*/
getBoneNames()
{
return this.skeleton.bones.map((bone) => bone.data.name);
}

updateBounds()
{
this._boundsDirty = false;
Expand Down

0 comments on commit 34a2e3b

Please sign in to comment.