SetBlendShapeFrameWeight() public method

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