internal virtual void OnRemove() { if (!_isCreated) { return; } _physics.DestroyBody(Body); StateTracker.RemoveBlob(this); _isCreated = false; }