DeleteBlendShape() публичный Метод

public DeleteBlendShape ( BlendShape blendshape, string undoName = "" ) : void
blendshape BlendShape
undoName string
Результат void
Пример #1
0
 void DeleteBlendshape()
 {
     if (spriteMeshCache)
     {
         spriteMeshCache.DeleteBlendShape(spriteMeshCache.selectedBlendshape, "Delete BlendShape");
     }
 }