Version 3.3.0.1

ListDrawerChain class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public class ListDrawerChain : DrawerChain, IEnumerator<OdinDrawer>, IDisposable, IEnumerator, IEnumerable<OdinDrawer>, IEnumerable
Inheritance

Constructors

ListDrawerChain(InspectorProperty, IList<OdinDrawer>)
public ListDrawerChain(InspectorProperty property, IList<OdinDrawer> list)
Parameters
InspectorProperty property

System.Collections.Generic.IList<OdinDrawer> list

Properties

Current
public override OdinDrawer Current { get; }

Methods

MoveNext()
public override bool MoveNext()
Returns
System.Boolean

Reset()
public override void Reset()
Extension Methods