General helper classes for editor scripting.
Classes
Class | Description | |
---|---|---|
EditorGUIExtensions |
This class provides a couple of useful methods for creating custom
editor scripts.
| |
ExtensionInfo |
Base class for info on extensions. Provides methods for showing version info
and documentation. Override for each extension.
| |
NGEditorBase |
Base class for editors / inspectors by narayana games.
| |
PlayModeChangesHelper |
You can use this class in your customer editor scripts to support
persisting changes applied during play mode. It only works on the
component that the custom inspector is handling but supports changes
in multiple objects during one session.
|