Property | Type | Description | |
---|---|---|---|
currentDiagramRoot | DiagramRoot, | ||
currentDiagramTool | DiagramTool, |
Method | Description | |
---|---|---|
DiagramEditorWindow ( ) : System | ||
GetRoot ( ) : DiagramRoot, |
Method | Description | |
---|---|---|
GetNullDiagramRootMessage ( ) : string | ||
OnGUI ( ) : void | ||
OnGUIimpl ( ) : void | ||
OnSelectionChange ( ) : void | ||
getDiagramRoot ( ) : DiagramRoot, | ||
getDiagramRoot ( GameObject activeGameObject ) : DiagramRoot, | ||
log ( string txt ) : void |
protected abstract GetNullDiagramRootMessage ( ) : string | ||
return | string |
protected abstract getDiagramRoot ( GameObject activeGameObject ) : DiagramRoot, | ||
activeGameObject | GameObject | |
return | DiagramRoot, |
protected DiagramRoot, currentDiagramRoot | ||
return | DiagramRoot, |