Version 3.3.0.1

CollectionChangeInfo struct

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public struct CollectionChangeInfo
Contains information about a change that is going to occur/has occurred to a collection.

Fields

ChangeType
public CollectionChangeType ChangeType
Index
public int Index
Key
public object Key
SelectionIndex
public int SelectionIndex
Value
public object Value

Methods

ToString()
public override string ToString()
Returns
System.String