protected override void OnDestory()
 {
     colliderMesh.Release();
     colliderMesh = null;
     GameObject.Destroy(meshObject);
 }