Property | Type | Description | |
---|---|---|---|
editor | DiagramEditorWindow, |
Method | 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 |
public DiagramContext ( DiagramEditorWindow, editorWindow ) : System.Collections.Generic | ||
editorWindow | DiagramEditorWindow, | |
return | System.Collections.Generic |
public GetEdgeAdapter ( int typeId ) : EdgeAdapter, | ||
typeId | int | |
return | EdgeAdapter, |
public GetNodeAdapter ( int typeId ) : NodeAdapter, | ||
typeId | int | |
return | NodeAdapter, |
public IsMainSelection ( DiagramElement element ) : bool | ||
element | DiagramElement | |
return | bool |