MonitoredArrayTOnChanged Delegate
Delegate for array changes.
Namespace: NorthLab.PrefabDrawerAssembly: NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
public delegate void OnChanged(
MonitoredArray<T> array,
int index
)
Parameters
- array MonitoredArrayT
- Array that's changed.
- index Int32
- Index of the changed element.