Contains the components returned by a component query. See Example.
public readonly struct Chunks<T1,T2>
where T1 : struct, System.ValueType, System.ValueType
where T2 : struct, System.ValueType, System.ValueType
T1
T2
Fields | |
---|---|
Chunk1 | |
Chunk2 | |
Entities |
Properties | |
---|---|
Length |
Methods | |
---|---|
Deconstruct(Chunk<T1>, Chunk<T2>, ChunkEntities) | |
ToString() |