public void Move(Vector3 v, bool gridPoint = true) { x = (int)v.x; y = (int)v.y; z = (int)v.z; _bb.Move(v, gridPoint); }