C# 클래스 UnityEngine.SkeletonBone

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
name string
position Vector3
rotation Quaternion
scale Vector3

Private Properties

프로퍼티 타입 설명

프로퍼티 상세

name 공개적으로 프로퍼티

The name of the Transform mapped to the bone.

public string name
리턴 string

position 공개적으로 프로퍼티

The T-pose position of the bone in local space.

public Vector3 position
리턴 Vector3

rotation 공개적으로 프로퍼티

The T-pose rotation of the bone in local space.

public Quaternion,UnityEngine rotation
리턴 Quaternion

scale 공개적으로 프로퍼티

The T-pose scaling of the bone in local space.

public Vector3 scale
리턴 Vector3