Ejemplo n.º 1
0
        private void GroupList()
        {
            var rect = GUIHelpers.GetExpandingRect();

            groupListView.OnGUI(rect);
        }
 void EntityList()
 {
     GUILayout.BeginVertical(BoxStyle);
     entityListView.OnGUI(GUIHelpers.GetExpandingRect());
     GUILayout.EndVertical();
 }