private void Clear()
 {
     MeshAnimationBaker.Clear(this);
 }
 private void Bake()
 {
     MeshAnimationBaker.Bake(this);
 }