# Sandbox.BoneCollection

A collection of bones. This could be from a model, or an entity

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: abstract

## Properties

- [`AllBones`](/api/Sandbox.BoneCollection/AllBones): List of all bones of our object.
- [`Root`](/api/Sandbox.BoneCollection/Root): Root bone of the model.

## Methods

- [`GetBone`](/api/Sandbox.BoneCollection/GetBone): Retrieve a bone by name.
- [`HasBone`](/api/Sandbox.BoneCollection/HasBone): Whether the model or entity has a given bone by name.
