Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


EdgeDragHelper

EdgeDragHelper's constructor.
Read time 1 minuteLast updated 9 days ago

Definition

public abstract class EdgeDragHelper

Properties

Property

Description

draggedPortThe port the edge is being dragged from.
edgeCandidateThe edge being dragged.

Methods

Method

Description

HandleMouseDownHandle mouse down event.
HandleMouseMoveHandle mouse move event.
HandleMouseUpHandle mouse up event.
HandlePointerDownHandle mouse down eventHandles when the pointer is pressed down during an edge drag operation..
HandlePointerMoveHandles when the pointer moves during an edge drag operation.
HandlePointerUpHandles when the pointer is released during an edge drag operation.
ResetReset the state of the drag helper.