Chunks_T1,T2_.md

November 22, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

Chunks<T1,T2> Struct

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

Type parameters

T1

T2

Fields
Chunk1
Chunk2
Entities
Properties
Length
Methods
Deconstruct(Chunk<T1>, Chunk<T2>, ChunkEntities)
ToString()

Contents

  1. 0.1Friflo.Engine.ECS
  2. 1Struct">Chunks&#x3C;T1,T2> Struct