Method SetData
SetData(int, T)
Sets data in the cell specified with the offset.
public void SetData(int offset, T data)
Parameters
offsetintOffset of the data cell.
dataTData 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)