XRHumanBodyProportions
Defines the human body proportions to be used for computing the rest pose skeleton.
Summary
Inheritance
Inherits from:ScriptableObject| Public attributes | |
|---|---|
| AnkleHeight | floatAverage distance between the foot and the toes in the lower leg axis.  | 
| FootLength | floatAverage distance between the foot and the toes in the lower leg plane.  | 
| HeadHeight | floatDistance from the head joint to the toes in the vertical axis.  | 
| HipsLength | floatDistance between the spine joint and the hips joint in the vertical axis.  | 
| HipsWidth | floatDistance between the two upper leg joints.  | 
| LowerArmLength | floatAverage distance between the lower arm and the hand joints.  | 
| LowerLegLength | floatAverage distance between the lower leg and the foot joints.  | 
| NeckLength | floatDistance between the neck joint and the spine joint in the vertical axis.  | 
| ShoulderWidth | floatDistance between the two upper arm joints.  | 
| TorsoLength | floatDistance between the neck joint and the spine joint in the vertical axis.  | 
| UpperArmLength | floatAverage distance between the upper arm and the lower arm joints.  | 
| UpperLegLength | floatAverage distance between the upper leg and the lower leg joints.  | 
| Public functions | |
|---|---|
| Equals(object other) | override bool | 
| GetHashCode() | override int | 
| ToString() | override string | 
Public attributes
AnkleHeight
float AnkleHeight
Average distance between the foot and the toes in the lower leg axis.
FootLength
float FootLength
Average distance between the foot and the toes in the lower leg plane.
HeadHeight
float HeadHeight
Distance from the head joint to the toes in the vertical axis.
HipsLength
float HipsLength
Distance between the spine joint and the hips joint in the vertical axis.
HipsWidth
float HipsWidth
Distance between the two upper leg joints.
LowerArmLength
float LowerArmLength
Average distance between the lower arm and the hand joints.
LowerLegLength
float LowerLegLength
Average distance between the lower leg and the foot joints.
NeckLength
float NeckLength
Distance between the neck joint and the spine joint in the vertical axis.
ShoulderWidth
float ShoulderWidth
Distance between the two upper arm joints.
TorsoLength
float TorsoLength
Distance between the neck joint and the spine joint in the vertical axis.
UpperArmLength
float UpperArmLength
Average distance between the upper arm and the lower arm joints.
UpperLegLength
float UpperLegLength
Average distance between the upper leg and the lower leg joints.
Public functions
Equals
override bool Equals( object other )
GetHashCode
override int GetHashCode()
ToString
override string ToString()
