SetBlendShapeFrameWeight() 공개 메소드

public SetBlendShapeFrameWeight ( BlendShapeFrame blendShapeFrame, float weight, string undoName ) : void
blendShapeFrame BlendShapeFrame
weight float
undoName string
리턴 void
예제 #1
0
 void OnFrameChanged(BlendShapeFrame blendShapeFrame, float weight)
 {
     spriteMeshCache.SetBlendShapeFrameWeight(blendShapeFrame, weight, "Set weight");
 }