XRHumanBodyProportions

Defines the human body proportions to be used for computing the rest pose skeleton.

Summary

Inheritance

Inherits from: ScriptableObject

Public attributes

AnkleHeight
float
Average distance between the foot and the toes in the lower leg axis.
FootLength
float
Average distance between the foot and the toes in the lower leg plane.
HeadHeight
float
Distance from the head joint to the toes in the vertical axis.
HipsLength
float
Distance between the spine joint and the hips joint in the vertical axis.
HipsWidth
float
Distance between the two upper leg joints.
LowerArmLength
float
Average distance between the lower arm and the hand joints.
LowerLegLength
float
Average distance between the lower leg and the foot joints.
NeckLength
float
Distance between the neck joint and the spine joint in the vertical axis.
ShoulderWidth
float
Distance between the two upper arm joints.
TorsoLength
float
Distance between the neck joint and the spine joint in the vertical axis.
UpperArmLength
float
Average distance between the upper arm and the lower arm joints.
UpperLegLength
float
Average 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()