The root namespace of all Unity editor related classes. More...
Namespaces | |
namespace | Drawer |
namespace | Extension |
All extension methods for editor classes are defined within. | |
namespace | Toolkit |
Include editor extension utilities, work with MenuItem or EditorWindow . | |
Classes | |
class | AuxCursor |
Draw an auxiliary icon follows the cursor globally. More... | |
class | CodeExecutor |
Execute simple C# code when double click this asset. More... | |
class | CodePatcher |
Patch source code when double click this asset, or autorun when imported. More... | |
class | EditorEventListener |
Wrapper to listen to editor global event to dispatch. 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 | FileDownloader |
Download file when double click this asset. More... | |
class | MenuExecutor |
Execute specified editor menu item when double click this asset. More... | |
class | ObjectPicker |
Wrapper utility to open the built-in object picker. More... | |
class | PackageMaker |
Store settings to export an asset package when double click this asset. More... | |
class | PlayerMaker |
Store settings to build a player when double click this asset. More... | |
class | PluginMaker |
Store settings to compile C# scripts to a dll plugin when double click this asset. More... | |
class | ReorderableListExpander |
Helper to make UnityEditorInternal.ReorderableList more friendly. More... | |
class | ShortcutActAttribute |
System.Attribute to add custom item act to Shortcut to perform. More... | |
class | ShortcutItem |
Settings of an item to show and perform in a Shortcut window. More... | |
class | ShortcutList |
Store the asset items to show in a Shortcut window with the layout settings. More... | |
class | TreeNode |
Item node to show and select in a TreeView window, optional to include child nodes. More... | |
class | TreeView |
Show specified root TreeNode with children for selecting multiple custom items. More... | |
The root namespace of all Unity editor related classes.