Version: 2021.2
언어: 한국어

Animator.GetBoneTransform

매뉴얼로 전환
public Transform GetBoneTransform (HumanBodyBones humanBoneId);

파라미터

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

설명

Returns Transform mapped to this human bone id. Returns null if the animator is disabled, if it does not have a human description, or if the bone id is invalid.