interface Humanoid {
    armStretch?: number;
    feetSpacing?: number;
    hasTranslationDoF?: boolean;
    humanBones?: HumanoidBone[];
    legStretch?: number;
    lowerArmTwist?: number;
    lowerLegTwist?: number;
    upperArmTwist?: number;
    upperLegTwist?: number;
}

Properties

armStretch?: number

Unity's HumanDescription.armStretch

feetSpacing?: number

Unity's HumanDescription.feetSpacing

hasTranslationDoF?: boolean

Unity's HumanDescription.hasTranslationDoF

humanBones?: HumanoidBone[]
legStretch?: number

Unity's HumanDescription.legStretch

lowerArmTwist?: number

Unity's HumanDescription.lowerArmTwist

lowerLegTwist?: number

Unity's HumanDescription.lowerLegTwist

upperArmTwist?: number

Unity's HumanDescription.upperArmTwist

upperLegTwist?: number

Unity's HumanDescription.upperLegTwist

MMNEPVFCICPMFPCPTTAAATR