Show / Hide Table of Contents

Struct TreeView.DragAndDropArgs

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.IMGUI.Controls
Assembly: UnityEditor.dll
Syntax
protected struct DragAndDropArgs

Fields

| Improve this Doc View Source

dragAndDropPosition

Declaration
public TreeView.DragAndDropPosition dragAndDropPosition
Field Value
Type Description
TreeView.DragAndDropPosition
| Improve this Doc View Source

insertAtIndex

Declaration
public int insertAtIndex
Field Value
Type Description
Int32
| Improve this Doc View Source

parentItem

Declaration
public TreeViewItem parentItem
Field Value
Type Description
TreeViewItem
| Improve this Doc View Source

performDrop

Declaration
public bool performDrop
Field Value
Type Description
Boolean

Extension Methods

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