public byte *GetComponentDataWithType(Entity entity, int typeIndex, ref int typeLookupCache) { var entityData = m_Entities + entity.Index; return(ChunkDataUtility.GetComponentDataWithType(entityData->Chunk, entityData->IndexInChunk, typeIndex, ref typeLookupCache)); }