Пример #1
0
        public override float GetPropertyHeight(SerializedProperty property, GUIContent label)
        {
            ReorderableList list = GetList(property);

            if (list != null)
            {
                return(list.GetListHeight());
            }
            else
            {
                return(EditorGUIUtility.singleLineHeight);
            }
        }