Class GraphLogicEditor
GraphLogicEditor implements the inspector panel for SystemGraph assets. Implements the Editor
Inherited Members
Editor.MoveNextTarget()
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[CustomEditor(typeof(SystemGraphComponent))]
[InitializeOnLoad]
public class GraphLogicEditor : Editor
Methods
| Name | Description |
|---|---|
| AddStyleSheetPath(VisualElement, string) | Adds the style sheet path. |
| GUIExtension(SystemGraphComponent) | GUI extension inspector |
| LoadImage(string) | Loads the image. |
| LoadStyleSheet(string) | Loads the style sheet. |
| LoadUXML(string) | Loads the uxml. |
| OnDisable() | Called when [disable]. |
| OnEnable() | Called when [enable]. |
| OnInspectorGUI() | Implement this function to make a custom inspector. |
| UXMLResourceToPackage(string) | Retrieve Uxml resource path |