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");
     }
 }