C# 클래스 UnityEngine.HumanDescription

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

공개 프로퍼티들

프로퍼티 타입 설명
human UnityEngine.HumanBone[]
skeleton UnityEngine.SkeletonBone[]

프로퍼티 상세

human 공개적으로 프로퍼티

Mapping between Mecanim bone names and bone names in the rig.

public HumanBone[],UnityEngine human
리턴 UnityEngine.HumanBone[]

skeleton 공개적으로 프로퍼티

List of bone Transforms to include in the model.

public SkeletonBone[],UnityEngine skeleton
리턴 UnityEngine.SkeletonBone[]