Table of Contents

Struct ChunkTuple<T>

Namespace
Frent.Systems
Assembly
Frent.dll

A tuple of a chunk of entities and their components.

public ref struct ChunkTuple<T>

Type Parameters

T
Inherited Members

Fields

Entities

An enumerator that can be used to enumerate individual Entity instances.

public EntityEnumerator.EntityEnumerable Entities

Field Value

EntityEnumerator.EntityEnumerable

Span

public Span<T> Span

Field Value

Span<T>

Methods

Deconstruct(out Span<T>)

Allows tuple deconstruction syntax to be used.

public void Deconstruct(out Span<T> comp1)

Parameters

comp1 Span<T>