Class ListBase
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.MapGraph.Editor
Syntax
public abstract class ListBase
Properties
DefaultHeaderStyle
Declaration
protected static GUIStyle DefaultHeaderStyle { get; }
Property Value
Type | Description |
---|---|
UnityEngine.GUIStyle |
ReorderableList
Declaration
protected abstract ReorderableList ReorderableList { get; }
Property Value
Type | Description |
---|---|
UnityEditorInternal.ReorderableList |
Methods
SetNextListItemControlName(int)
Declaration
protected void SetNextListItemControlName(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index |
UpdateSelectedIndex()
Declaration
protected void UpdateSelectedIndex()