C# Class DiagramDefaultTool, UnityClassDiagram

Inheritance: DiagramTool
Datei anzeigen Open project: sashcode/UnityClassDiagram

Public Methods

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

Method Details

Action() public method

public Action ( Object obj ) : void
obj Object
return void

OnGUI() public method

public OnGUI ( DiagramContext, context ) : bool
context DiagramContext,
return bool

Select() public method

public Select ( DiagramContext, context, Vector2 position ) : void
context DiagramContext,
position Vector2
return void

log() public method

public log ( string text ) : void
text string
return void