Class ListBase
Inheritance
System.Object
ListBase
Syntax
public abstract class ListBase : object
Properties
Declaration
protected static GUIStyle DefaultHeaderStyle { get; }
Property Value
Type |
Description |
GUIStyle |
|
ReorderableList
Declaration
protected abstract ReorderableList ReorderableList { get; }
Property Value
Type |
Description |
ReorderableList |
|
Methods
SetNextListItemControlName(Int32)
Declaration
protected void SetNextListItemControlName(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
UpdateSelectedIndex()
Declaration
protected void UpdateSelectedIndex()