Class DragAndDrop
Assembly: UnityEditor.dll
Syntax
Properties
activeControlID
Declaration
public static int activeControlID { get; set; }
Property Value
objectReferences
Declaration
public static Object[] objectReferences { get; set; }
Property Value
paths
Declaration
public static string[] paths { get; set; }
Property Value
visualMode
Declaration
public static DragAndDropVisualMode visualMode { get; set; }
Property Value
Methods
AcceptDrag()
Declaration
public static void AcceptDrag()
|
Improve this Doc
View Source
GetGenericData(String)
Declaration
public static object GetGenericData(string type)
Parameters
Type |
Name |
Description |
String |
type |
|
Returns
|
Improve this Doc
View Source
PrepareStartDrag()
Declaration
public static void PrepareStartDrag()
|
Improve this Doc
View Source
SetGenericData(String, Object)
Declaration
public static void SetGenericData(string type, object data)
Parameters
|
Improve this Doc
View Source
StartDrag(String)
Declaration
public static void StartDrag(string title)
Parameters
Type |
Name |
Description |
String |
title |
|
Extension Methods