Version: 2022.3
언어: 한국어

SkeletonBone

struct in UnityEngine

매뉴얼로 전환

설명

Details of the Transform name mapped to the skeleton bone of a model and its default position and rotation in the T-pose.

The skeleton models used in Unity have multiple bones. The SkeletonBone struct has properties that are used to describe the position, rotation and scale of each bone. The bones are not shown. A MonoBehaviour.OnDrawGizmosSelected tool can be created to view the skeleton. An array of SkeletonBone positions can be used to make a line model using Gizmos.DrawLine.

An array of SkeletonBones are used in HumanDescription.skeleton.

변수

nameThe name of the Transform mapped to the bone.
positionThe T-pose position of the bone in local space.
rotationThe T-pose rotation of the bone in local space.
scaleThe T-pose scaling of the bone in local space.