Favorite asset list for quick operations or custom toolbox. More...
Classes | |
class | Shortcut |
A favorite asset shortcut list for quick operations. More... | |
class | InspectorHelper |
Open new Inspector to edit specified object, and toggle Inspector states. More... | |
class | CodeExecutor |
Execute simple C# code when double click this asset. More... | |
class | FileDownloader |
Download file when double click this asset. More... | |
class | MenuExecutor |
Execute specified editor menu item when double click this asset. More... | |
class | ShortcutList |
Store the asset items to show in a Shortcut window with the layout settings. More... | |
class | ShortcutItem |
Settings of an item to show and perform in a Shortcut window. More... | |
class | ShortcutActAttribute |
System.Attribute to add custom item act to Shortcut to perform. More... | |
class | ObjectPicker |
Wrapper utility to open the built-in object picker. More... | |
class | ReorderableListExpander |
Helper to make UnityEditorInternal.ReorderableList more friendly. More... | |
class | EditrixGUI |
Include some convenient methods for editor GUI. More... | |
class | EditrixStyle |
Extend editor GUI style, and include some premade icons or styles. More... | |
class | EditrixUtility |
Include some convenient methods for editor or asset operation. More... | |
class | MenuExtension |
Extension methods for UnityEditor.GenericMenu . More... | |
class | PropertyExtension |
Extension methods for UnityEditor.SerializedProperty . More... | |
class | FallbackPropertyDrawer |
Mechanism to make nested UnityEditor.CustomPropertyDrawer possible. More... | |
class | FilePathAttribute |
UnityEngine.PropertyAttribute to set the file path by Drag'n'Drop or a selecting panel. More... | |
class | ReorderableListAttribute |
UnityEngine.PropertyAttribute to Drag'n'Drop to reorder an array or list. More... | |
class | TypeConstraintAttribute |
UnityEngine.PropertyAttribute to filter the assigned object type by constraints. More... | |
class | EditorEventListener |
Wrapper to listen to editor global event to dispatch. More... | |
class | IoUtility |
Include some convenient methods to extend IO operation. More... | |
class | LinqExtension |
Extension methods for linq operation. More... | |
class | TypeExtension |
Extension methods for System.Type . More... | |
Favorite asset list for quick operations or custom toolbox.