BlendShapeAvatar of UniVRM

interface BlendShape {
    blendShapeGroups?: BlendShapeGroup[];
}

Properties

blendShapeGroups?: BlendShapeGroup[]