MonitoredArrayTItem Property

Return element of index.

Definition

Namespace: NorthLab.PrefabDrawer
Assembly: NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
C#
public T this[
	int index
] { get; set; }

Parameters

index  Int32
Index of the element.

Return Value

T
Element of index of the array.

See Also