ES2Web.Load3DArray

public T[,,] Load3DArray<T>(string tag, ES2Settings settings=null)

Parameters

tag

The tag of the data we want to load.

Returns

T[ , , ] Our loaded 2D array.

Description

Loads the 3D array of type T from the data downloaded using ES2Web. You must yield ES2Web.Download() before calling this method.

C#

JS