C# Class UnityEngine.HumanPose

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
bodyPosition Vector3
bodyRotation Quaternion
muscles float[]

Private Methods

Method Description
Init ( ) : void

Property Details

bodyPosition public_oe property

The human body position for that pose.

public Vector3 bodyPosition
return Vector3

bodyRotation public_oe property

The human body orientation for that pose.

public Quaternion,UnityEngine bodyRotation
return Quaternion

muscles public_oe property

The array of muscle values for that pose.

public float[] muscles
return float[]