QueryRow constructor

QueryRow(
  1. List<Component> _componentsBuffer,
  2. int _offset,
  3. Map<Type, int> _typeIndices
)

Implementation

QueryRow(this._componentsBuffer, this._offset, this._typeIndices)
    : entity = _componentsBuffer[_offset].entityID;