componentColumn method

int componentColumn(
  1. ComponentID id,
  2. SetHash hash
)

Implementation

int componentColumn(ComponentID id, SetHash hash) {
  return _componentIndex[id]![hash]!;
}