Class InspectorEditor
Runtime inspector editor details. Editor extensions for bindings, properties.
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public class InspectorEditor
Constructors
| Name | Description |
|---|---|
| InspectorEditor(Editor) | Creates an inspector editor. |
Fields
| Name | Description |
|---|---|
| InspectorExtensions | Extensions registered to be appended to this inspector. |
| SystemGraphAsset | Asset referenced by this component. |
Methods
| Name | Description |
|---|---|
| Enable() | Initialize the inspector editor, must be called from OnEnable of the parent Editor instance. |
| GetNodeName(SerializedNode) | Get the name of a node by its GUID. |
| HierarchyWindowItemCallback(int, Rect) | This callback handles the drag and drop of the SystemGraph asset file into the hierarchy window. |
| InspectorGUI() | The default GUI loop for this inspector, must be called from the OnInspectorGUI of the parent Editor instance. |
| OnDestroy() | Clean up on exit. |