DemiLib
A collection of Demigiant's utility libraries for Unity (https://github.com/Demigiant/demilib)
DG.DemiEditor.DeDragResult Struct Reference

Public Member Functions

 DeDragResult (DeDragResultType outcome, int movedFromIndex=-1, int movedToIndex=-1)
 

Public Attributes

int movedFromIndex
 
int movedToIndex
 
DeDragResultType outcome
 

Constructor & Destructor Documentation

DG.DemiEditor.DeDragResult.DeDragResult ( DeDragResultType  outcome,
int  movedFromIndex = -1,
int  movedToIndex = -1 
)

Member Data Documentation

int DG.DemiEditor.DeDragResult.movedFromIndex
int DG.DemiEditor.DeDragResult.movedToIndex
DeDragResultType DG.DemiEditor.DeDragResult.outcome

The documentation for this struct was generated from the following file: