Method SetData
SetData(int, T)
Sets data in the cell specified with the offset.
public void SetData(int offset, T data)
Parameters
offset
intOffset of the data cell.
data
TData to set.
SetData(int, int, T)
Sets data in the cell specified by X and Y coordinates.
public void SetData(int x, int y, T data)