public void EnableIsometry(bool enable = true) { if (Render != null) { Render.ResetRotation(); Render.EnableIsometry = enable; } }