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