Ejemplo n.º 1
0
        void OnGUI()
        {
            bool changed = false;

            EditorGUIExt.ItemList(mCollection, ref scrollPos, ref changed);
            if (changed)
            {
                Repaint();
            }
        }