protected void OnGUI() { if (_isGuiEnabled) { _tw.OnGUI(); } }
public void OnGUI() { if (guiEnabled) { tw.OnGUI(); } }