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