Animator.GetBoneTransform
GetBoneTransform(humanBoneId: HumanBodyBones): Transform;
Transform GetBoneTransform(HumanBodyBones humanBoneId);
def GetBoneTransform(humanBoneId as HumanBodyBones) as Transform
Parameters

humanBoneId The human bone that is queried, see enum HumanBodyBones for a list of possible values.
Description

Returns transform mapped to this human bone id.