MonitoredArrayT(MonitoredArrayT) Constructor
Constructor that shallow copies another array.
Namespace: NorthLab.PrefabDrawerAssembly: NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
public MonitoredArray(
MonitoredArray<T> array
)
Parameters
- array MonitoredArrayT
- Array to copy.