API ReferenceSandbox
public abstract class Sandbox.BoneCollection
A collection of bones. This could be from a model, or an entity
Constructors
Showing 1 constructors
protected BoneCollection()
No results match this filter.
Methods
Showing 2 methods
public Sandbox.BoneCollection.Bone GetBone(string name)
Retrieve a bone by name.
public bool HasBone(string name)
Whether the model or entity has a given bone by name.
No results match this filter.
Properties
Showing 2 properties
public virtual System.Collections.Generic.IReadOnlyList`1<Sandbox.BoneCollection.Bone> Sandbox.BoneCollection.AllBones { get; set; }
List of all bones of our object.
public virtual Sandbox.BoneCollection.Bone Sandbox.BoneCollection.Root { get; set; }
Root bone of the model.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.BoneCollection |