This version of Unity is unsupported.

Bone.TryGetChildBones

Declaration

public bool TryGetChildBones(List<Bone> childBones);

Parameters

childBones A list of bones that will be filled out with the children bones of this bone.

Returns

bool true if bone can be queried for child bones; otherwise false.

Description

Get the child bones of this bone.