C# Класс NodeResizeDragTracker, UnityClassDiagram

Наследование: DiagramDragTracker
Показать файл Открыть проект

Открытые методы

Метод Описание
NodeResizeDragTracker ( NodeHandle, nodeHandle ) : System.Collections
OnDrag ( DiagramContext, context, Vector2 position ) : void
Resize ( Rect &rect, float x, float y, float width, float height ) : void

Описание методов

NodeResizeDragTracker() публичный Метод

public NodeResizeDragTracker ( NodeHandle, nodeHandle ) : System.Collections
nodeHandle NodeHandle,
Результат System.Collections

OnDrag() публичный Метод

public OnDrag ( DiagramContext, context, Vector2 position ) : void
context DiagramContext,
position Vector2
Результат void

Resize() публичный Метод

public Resize ( Rect &rect, float x, float y, float width, float height ) : void
rect Rect
x float
y float
width float
height float
Результат void