Show / Hide Table of Contents

Class ReorderableList<U>

Wrapper class for our custom reorderable drawer

Inheritance
System.Object
ReorderableBase
ReorderableList<U>
ThemeList
Namespace: BennyKok.RuntimeDebug.Utils
Assembly: com.bennykok.runtime-debug-action.dll
Syntax
[Serializable]
public class ReorderableList<U> : ReorderableBase, IEnumerable<U>, IEnumerable
Type Parameters
Name Description
U

List Type

Fields

values

Declaration
public List<U> values
Field Value
Type Description
System.Collections.Generic.List<U>

Properties

Count

Declaration
public int Count { get; }
Property Value
Type Description
System.Int32

Item[Int32]

Declaration
public U this[int index] { get; set; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
U

Methods

GetEnumerator()

Declaration
public IEnumerator<U> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<U>
In This Article
👆 RuntimeDebugAction by ❤️ BennyKok