@pixiv/three-vrm
    Preparing search index...

    Interface HumanoidHumanBone

    Represents a single bone of a Humanoid.

    interface HumanoidHumanBone {
        extensions?: { [name: string]: any };
        extras?: any;
        node: number;
    }
    Index

    Properties

    extensions?: { [name: string]: any }
    extras?: any
    node: number

    Represents a single glTF node tied to this humanBone.