Свойство | Тип | Описание | |
---|---|---|---|
editor | DiagramEditorWindow, |
Метод | Описание | |
---|---|---|
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 |
public DiagramContext ( DiagramEditorWindow, editorWindow ) : System.Collections.Generic | ||
editorWindow | DiagramEditorWindow, | |
Результат | System.Collections.Generic |
public DragEnd ( Vector2 position ) : void | ||
position | Vector2 | |
Результат | void |
public DragStart ( Vector2 position ) : void | ||
position | Vector2 | |
Результат | void |
public FindNode ( string id ) : DiagramNode, | ||
id | string | |
Результат | DiagramNode, |
public GetEdgeAdapter ( int typeId ) : EdgeAdapter, | ||
typeId | int | |
Результат | EdgeAdapter, |
public GetNodeAdapter ( int typeId ) : NodeAdapter, | ||
typeId | int | |
Результат | NodeAdapter, |
public GetSelection ( ) : DiagramSelection, | ||
Результат | DiagramSelection, |
public IsMainSelection ( DiagramElement element ) : bool | ||
element | DiagramElement | |
Результат | bool |