C# Class DiagramDefaultTool, UnityClassDiagram

Inheritance: DiagramTool
Afficher le fichier Open project: sashcode/UnityClassDiagram

Méthodes publiques

Méthode Description
Action ( Object obj ) : void
OnGUI ( DiagramContext, context ) : bool
Select ( DiagramContext, context, Vector2 position ) : void
log ( string text ) : void

Method Details

Action() public méthode

public Action ( Object obj ) : void
obj Object
Résultat void

OnGUI() public méthode

public OnGUI ( DiagramContext, context ) : bool
context DiagramContext,
Résultat bool

Select() public méthode

public Select ( DiagramContext, context, Vector2 position ) : void
context DiagramContext,
position Vector2
Résultat void

log() public méthode

public log ( string text ) : void
text string
Résultat void