Property | Type | Description | |
---|---|---|---|
listElementStyle | |||
onCustomDrawElement | ReorderableList.ElementCallbackDelegate | ||
onDeleteItemAtIndex | Action |
||
onGetNameAtIndex | string>.Func | ||
onNameChangedAtIndex | string>.Action | ||
onSelectionChanged | Action |
||
renameOverlayStyle |
Method | Description | |
---|---|---|
BeginRename ( int index, float delay ) : void | ||
DoRenameOverlay ( ) : void | ||
DrawElement ( |
||
DrawElementText ( |
||
EndRename ( bool acceptChanges ) : void | ||
FrameItem ( int index ) : void | ||
IsRenamingIndex ( int index ) : bool | ||
MouseUpCallback ( |
||
OnEvent ( ) : void | ||
OnGUI ( |
||
ReorderCallback ( |
||
ReorderableListWithRenameAndScrollView ( |
||
SelectCallback ( |
Method | Description | |
---|---|---|
CanBeginRename ( ) : bool | ||
CommandHandling ( ) : void | ||
EnsureRowIsVisible ( int index, float scrollGUIHeight ) : void | ||
GetRenameOverlay ( ) : |
||
KeyboardHandling ( ) : void | ||
RemoveSelected ( ) : void | ||
RenameEnded ( ) : void |
public BeginRename ( int index, float delay ) : void | ||
index | int | |
delay | float | |
return | void |
public DrawElement ( |
||
r | ||
index | int | |
isActive | bool | |
isFocused | bool | |
return | void |
public DrawElementText ( |
||
r | ||
index | int | |
isActive | bool | |
isSelected | bool | |
isFocused | bool | |
return | void |
public EndRename ( bool acceptChanges ) : void | ||
acceptChanges | bool | |
return | void |
public MouseUpCallback ( |
||
list | ||
return | void |
public ReorderCallback ( |
||
list | ||
return | void |
public ReorderableListWithRenameAndScrollView ( |
||
list | ||
state | ||
return | System |
public SelectCallback ( |
||
list | ||
return | void |
public GUIStyle,UnityEngine listElementStyle | ||
return |
public ReorderableList.ElementCallbackDelegate onCustomDrawElement | ||
return | ReorderableList.ElementCallbackDelegate |