s&box docs

public abstract class Sandbox.BoneCollection

A collection of bones. This could be from a model, or an entity

Constructors

Showing 1 constructors

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.

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.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.BoneCollection

On this page