Interface IBlendShapeEntityMethods

interface IBlendShapeEntityMethods {
    getBlendShape(): BlendShapeComponent;
}

Methods