Api Bone
class

Bone

public abstract class Bone

A bone in a BoneCollection.

Properties

Name Type Description
Index virtual Int32 Numerical index of this bone.
Name virtual String Name of this bone.
Parent virtual Bone The parent bone.
LocalTransform virtual Transform Transform on this bone, relative to the root bone.
HasChildren virtual Boolean Whether this bone has any child bones.
Children IReadOnlyList<Bone> List of all bones that descend from this bone.

Methods

Boolean IsNamed(String name)

Whether this bone has given name or not.

Assembly: Sandbox.Engine Declaring Type: BoneCollection Full Name: Sandbox.BoneCollection.Bone