protected void FixedUpdate() { world.Confine(_rigidbody); }
protected void FixedUpdate() { world.Confine(transform); }
protected void LateUpdate() { world.Confine(transform); }