Beispiel #1
0
        public static StratusReorderableList List(SerializedProperty serializedProperty, Type baseElementType)
        {
            var reorderableList = new StratusReorderableList(serializedProperty.serializedObject, serializedProperty, true, true, true, true);

            reorderableList.SetDefault(serializedProperty);
            return(reorderableList);
        }
        public static StratusReorderableList List(SerializedProperty serializedProperty)
        {
            StratusReorderableList reorderableList = new StratusReorderableList(serializedProperty.serializedObject, serializedProperty, true, true, true, true);

            reorderableList.SetDefault(serializedProperty);
            return(reorderableList);
        }