getAttributes method

int getAttributes(
  1. int index
)

Implementation

int getAttributes(int index) {
  return _data[index * _cellSize + _cellAttributes];
}