MonitoredArrayTOnChanged Delegate

Delegate for array changes.

Definition

Namespace: NorthLab.PrefabDrawer
Assembly: NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
C#
public delegate void OnChanged(
	MonitoredArray<T> array,
	int index
)

Parameters

array  MonitoredArrayT
Array that's changed.
index  Int32
Index of the changed element.

See Also