Property | Type | Description | |
---|---|---|---|
handleDragChange | HandleDragChange |
Method | Description | |
---|---|---|
BeginDragging ( string handleName ) : void | ||
DetectDraggingBasedOnMouseDownUp ( string handleName, EventType typeBefore ) : void | ||
DisableMinDragDifference ( ) : void | ||
DisableMinDragDifferenceBasedOnSnapping ( Vector3 positionBeforeSnapping, Vector3 positionAfterSnapping ) : void | ||
DisableMinDragDifferenceForAxis ( int axis ) : void | ||
EndDragging ( string handleName ) : void | ||
SetMinDragDifferenceForPos ( Vector3 position ) : void |
public static BeginDragging ( string handleName ) : void | ||
handleName | string | |
return | void |
public static DetectDraggingBasedOnMouseDownUp ( string handleName, EventType typeBefore ) : void | ||
handleName | string | |
typeBefore | EventType | |
return | void |
public static DisableMinDragDifference ( ) : void | ||
return | void |
public static DisableMinDragDifferenceBasedOnSnapping ( Vector3 positionBeforeSnapping, Vector3 positionAfterSnapping ) : void | ||
positionBeforeSnapping | Vector3 | |
positionAfterSnapping | Vector3 | |
return | void |
public static DisableMinDragDifferenceForAxis ( int axis ) : void | ||
axis | int | |
return | void |
public static EndDragging ( string handleName ) : void | ||
handleName | string | |
return | void |
public static SetMinDragDifferenceForPos ( Vector3 position ) : void | ||
position | Vector3 | |
return | void |