public void Draw() { OnGUI.Invoke(); }
public void Draw() { GUI.skin = skin; OnGUI.Invoke(); }
void OnGUI() => OnGUICallback?.Invoke();