프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DoListField | void | ||
DoListFieldAbsolute | void | ||
InitStyles | void | ||
ReorderableListGUI | FullInspector.Rotorz.ReorderableList.Internal |
메소드 | 설명 | |
---|---|---|
CalculateListFieldHeight ( IReorderableListAdaptor adaptor ) : float | ||
CalculateListFieldHeight ( IReorderableListAdaptor adaptor, ReorderableListFlags flags ) : float |
Calculate height of list field for adapted collection.
|
|
CalculateTitleHeight ( ) : float | ||
ListField ( IReorderableListAdaptor adaptor ) : void | ||
ListField ( IReorderableListAdaptor adaptor, |
||
ListField ( IReorderableListAdaptor adaptor, |
||
ListField ( IReorderableListAdaptor adaptor, ReorderableListFlags flags ) : void | ||
ListFieldAbsolute ( |
||
ListFieldAbsolute ( |
||
ListFieldAbsolute ( |
||
ListFieldAbsolute ( |
||
Title ( |
Draw title control for list field. When needed, should be shown immediately before list field. |
|
Title ( |
Draw title control for list field with absolute positioning.
|
|
Title ( |
Draw title control for list field with absolute positioning.
|
|
Title ( string title ) : void |
Draw title control for list field. When needed, should be shown immediately before list field. |
메소드 | 설명 | |
---|---|---|
DoListField ( IReorderableListAdaptor adaptor, |
Draw list field control for adapted collection.
|
|
DoListFieldAbsolute ( |
Draw list field control for adapted collection.
|
|
InitStyles ( ) : void | ||
ReorderableListGUI ( ) : FullInspector.Rotorz.ReorderableList.Internal |
public static CalculateListFieldHeight ( IReorderableListAdaptor adaptor ) : float | ||
adaptor | IReorderableListAdaptor | |
리턴 | float |
public static CalculateListFieldHeight ( IReorderableListAdaptor adaptor, ReorderableListFlags flags ) : float | ||
adaptor | IReorderableListAdaptor | Reorderable list adaptor. |
flags | ReorderableListFlags | Optional flags to pass into list field. |
리턴 | float |
public static ListField ( IReorderableListAdaptor adaptor ) : void | ||
adaptor | IReorderableListAdaptor | |
리턴 | void |
public static ListField ( IReorderableListAdaptor adaptor, |
||
adaptor | IReorderableListAdaptor | |
drawEmpty | ||
리턴 | void |
public static ListField ( IReorderableListAdaptor adaptor, |
||
adaptor | IReorderableListAdaptor | |
drawEmpty | ||
flags | ReorderableListFlags | |
리턴 | void |
public static ListField ( IReorderableListAdaptor adaptor, ReorderableListFlags flags ) : void | ||
adaptor | IReorderableListAdaptor | |
flags | ReorderableListFlags | |
리턴 | void |
public static ListFieldAbsolute ( |
||
position | ||
adaptor | IReorderableListAdaptor | |
리턴 | void |
public static ListFieldAbsolute ( |
||
position | ||
adaptor | IReorderableListAdaptor | |
drawEmpty | ||
리턴 | void |
public static ListFieldAbsolute ( |
||
position | ||
adaptor | IReorderableListAdaptor | |
drawEmpty | ||
flags | ReorderableListFlags | |
리턴 | void |
public static ListFieldAbsolute ( |
||
position | ||
adaptor | IReorderableListAdaptor | |
flags | ReorderableListFlags | |
리턴 | void |
public static Title ( |
||
title | Content for title control. | |
리턴 | void |
public static Title ( |
||
position | Position of control. | |
title | Content for title control. | |
리턴 | void |
public static Title ( |
||
position | Position of control. | |
text | string | Text for title control. |
리턴 | void |
public static Title ( string title ) : void | ||
title | string | Text for title control. |
리턴 | void |