interface Bone {
    index: number;
    weight: number;
}

Properties

Properties

index: number
weight: number