protected void Destroy(ref int handle) { if (handle == 0) { return; } _scene.Destroy(handle); handle = 0; }