C# 클래스 UnityEngine.HumanPose

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

공개 프로퍼티들

프로퍼티 타입 설명
bodyPosition Vector3
bodyRotation Quaternion
muscles float[]

비공개 메소드들

메소드 설명
Init ( ) : void

프로퍼티 상세

bodyPosition 공개적으로 프로퍼티

The human body position for that pose.

public Vector3 bodyPosition
리턴 Vector3

bodyRotation 공개적으로 프로퍼티

The human body orientation for that pose.

public Quaternion,UnityEngine bodyRotation
리턴 Quaternion

muscles 공개적으로 프로퍼티

The array of muscle values for that pose.

public float[] muscles
리턴 float[]