Delegate InspectorEditor.DelegateInspectorExtensions
Extension method for this inspector, called in the GUILoop
Namespace: Mechatronics.SystemGraph
Syntax
public delegate bool DelegateInspectorExtensions(SystemGraphComponent obj);
Parameters
| Type | Name | Description |
|---|---|---|
| SystemGraphComponent | obj | Current SystemGraphComponent attached to this inspector |
Returns
| Type | Description |
|---|---|
| Boolean | True if the SystemGraphComponent or scene was modified, false otherwise. |