Show / Hide Table of Contents

Class DragAndDrop

Inheritance
Object
DragAndDrop
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public class DragAndDrop

Properties

activeControlID

Declaration
public static int activeControlID { get; set; }
Property Value
Type Description
Int32

objectReferences

Declaration
public static Object[] objectReferences { get; set; }
Property Value
Type Description
Object[]

paths

Declaration
public static string[] paths { get; set; }
Property Value
Type Description
String[]

visualMode

Declaration
public static DragAndDropVisualMode visualMode { get; set; }
Property Value
Type Description
DragAndDropVisualMode

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
Type Description
Object
| 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
Type Name Description
String type
Object data
| Improve this Doc View Source

StartDrag(String)

Declaration
public static void StartDrag(string title)
Parameters
Type Name Description
String title

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX