C# Class DiagramEditorWindow, UnityClassDiagram

Inheritance: EditorWindow
Afficher le fichier Open project: sashcode/UnityClassDiagram Class Usage Examples

Protected Properties

Свойство Type Description
currentDiagramRoot DiagramRoot,
currentDiagramTool DiagramTool,

Méthodes publiques

Méthode Description
DiagramEditorWindow ( ) : System
GetRoot ( ) : DiagramRoot,

Méthodes protégées

Méthode Description
GetNullDiagramRootMessage ( ) : string
OnGUI ( ) : void
OnGUIimpl ( ) : void
OnSelectionChange ( ) : void
getDiagramRoot ( ) : DiagramRoot,
getDiagramRoot ( GameObject activeGameObject ) : DiagramRoot,
log ( string txt ) : void

Method Details

DiagramEditorWindow() public méthode

public DiagramEditorWindow ( ) : System
Résultat System

GetNullDiagramRootMessage() protected abstract méthode

protected abstract GetNullDiagramRootMessage ( ) : string
Résultat string

GetRoot() public méthode

public GetRoot ( ) : DiagramRoot,
Résultat DiagramRoot,

OnGUI() protected méthode

protected OnGUI ( ) : void
Résultat void

OnGUIimpl() protected abstract méthode

protected abstract OnGUIimpl ( ) : void
Résultat void

OnSelectionChange() protected méthode

protected OnSelectionChange ( ) : void
Résultat void

getDiagramRoot() protected méthode

protected getDiagramRoot ( ) : DiagramRoot,
Résultat DiagramRoot,

getDiagramRoot() protected abstract méthode

protected abstract getDiagramRoot ( GameObject activeGameObject ) : DiagramRoot,
activeGameObject GameObject
Résultat DiagramRoot,

log() protected méthode

protected log ( string txt ) : void
txt string
Résultat void

Property Details

currentDiagramRoot protected_oe property

protected DiagramRoot, currentDiagramRoot
Résultat DiagramRoot,

currentDiagramTool protected_oe property

protected DiagramTool, currentDiagramTool
Résultat DiagramTool,