Property Item
Item[Int32]
Gets the EntityBone at the specified bone index.
Declaration
public EntityBone this[int boneIndex] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | boneIndex | The bone index. |
Property Value
Type | Description |
---|---|
EntityBone |
Item[String]
Gets the EntityBone with the specified bone name.
Declaration
public EntityBone this[string boneName] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | boneName | Name of the bone. |
Property Value
Type | Description |
---|---|
EntityBone |