C# Class DiagramContext, UnityClassDiagram

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

Méthodes publiques

Свойство Type Description
editor DiagramEditorWindow,

Méthodes publiques

Méthode Description
DiagramContext ( DiagramEditorWindow, editorWindow ) : System.Collections.Generic
Drag ( Vector2 position ) : void
DragEnd ( Vector2 position ) : void
DragStart ( Vector2 position ) : void
FindNode ( string id ) : DiagramNode,
GetCommand ( ) : DiagramCommand,
GetDragDelta ( ) : Vector2
GetEdgeAdapter ( int typeId ) : EdgeAdapter,
GetNodeAdapter ( int typeId ) : NodeAdapter,
GetSelection ( ) : DiagramSelection,
IsMainSelection ( DiagramElement element ) : bool

Method Details

DiagramContext() public méthode

public DiagramContext ( DiagramEditorWindow, editorWindow ) : System.Collections.Generic
editorWindow DiagramEditorWindow,
Résultat System.Collections.Generic

Drag() public méthode

public Drag ( Vector2 position ) : void
position Vector2
Résultat void

DragEnd() public méthode

public DragEnd ( Vector2 position ) : void
position Vector2
Résultat void

DragStart() public méthode

public DragStart ( Vector2 position ) : void
position Vector2
Résultat void

FindNode() public méthode

public FindNode ( string id ) : DiagramNode,
id string
Résultat DiagramNode,

GetCommand() public méthode

public GetCommand ( ) : DiagramCommand,
Résultat DiagramCommand,

GetDragDelta() public méthode

public GetDragDelta ( ) : Vector2
Résultat Vector2

GetEdgeAdapter() public méthode

public GetEdgeAdapter ( int typeId ) : EdgeAdapter,
typeId int
Résultat EdgeAdapter,

GetNodeAdapter() public méthode

public GetNodeAdapter ( int typeId ) : NodeAdapter,
typeId int
Résultat NodeAdapter,

GetSelection() public méthode

public GetSelection ( ) : DiagramSelection,
Résultat DiagramSelection,

IsMainSelection() public méthode

public IsMainSelection ( DiagramElement element ) : bool
element DiagramElement
Résultat bool

Property Details

editor public_oe property

public DiagramEditorWindow, editor
Résultat DiagramEditorWindow,