Struct HumanDescription
Assembly: UnityEngine.dll
Syntax
public struct HumanDescription
Fields
|
Improve this Doc
View Source
human
Declaration
Field Value
|
Improve this Doc
View Source
skeleton
Declaration
public SkeletonBone[] skeleton
Field Value
Properties
|
Improve this Doc
View Source
armStretch
Declaration
public float armStretch { get; set; }
Property Value
|
Improve this Doc
View Source
feetSpacing
Declaration
public float feetSpacing { get; set; }
Property Value
|
Improve this Doc
View Source
hasTranslationDoF
Declaration
public bool hasTranslationDoF { get; set; }
Property Value
|
Improve this Doc
View Source
legStretch
Declaration
public float legStretch { get; set; }
Property Value
|
Improve this Doc
View Source
lowerArmTwist
Declaration
public float lowerArmTwist { get; set; }
Property Value
|
Improve this Doc
View Source
lowerLegTwist
Declaration
public float lowerLegTwist { get; set; }
Property Value
|
Improve this Doc
View Source
upperArmTwist
Declaration
public float upperArmTwist { get; set; }
Property Value
|
Improve this Doc
View Source
upperLegTwist
Declaration
public float upperLegTwist { get; set; }
Property Value
Extension Methods