SodaDragAndDrop
class
SodaDragAndDrop
Static Methods
void MakeDragSource(Rect rect, Object objectToDrag)
void DrawDragButton(Rect rect, GUIContent content, Object objectToDrag)
void DrawDragButtonLayout(GUIContent content, Object objectToDrag, params GUILayoutOption[] options)
void MakeDragDestination(Rect rect, Func<Object,bool> predicate, Action<Object> callback)
void MakePathDragDestination(Rect rect, Func<string,bool> predicate, Action<string> callback)