public final class ModelBone
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Matrix |
Transform
Gets or sets the matrix used to transform this bone relative to its parent bone.
|
Constructor and Description |
---|
ModelBone() |
Modifier and Type | Method and Description |
---|---|
ModelBoneCollection |
getChildren()
Gets a collection of bones that are children of this bone.
|
int |
getIndex()
Gets the index of this bone in the Bones collection.
|
java.lang.String |
getName()
Gets the name of this bone.
|
ModelBone |
getParent()
Gets the parent of this bone.
|
public Matrix Transform
public ModelBoneCollection getChildren()
public int getIndex()
public java.lang.String getName()
public ModelBone getParent()