Beispiel #1
0
 public void LoadSmoothPreset(BlendShapePreset preset)
 {
     StopAllCoroutines();
     preset.SetCoroutine(this);
     preset.SmoothBlend(mesh);
 }
Beispiel #2
0
 public void SmoothBlendShape(BlendShapePreset preset)
 {
     StopAllCoroutines();
     preset.SmoothBlend(this, mesh);
 }
Beispiel #3
0
 public void SmoothBlendShape(BlendShapePreset preset) => LoadSmoothPreset(preset);