Table of Contents

Struct EntityRefTuple<T>

Namespace
Frent.Systems
Assembly
Frent.dll

A tuple of multiple references with an Entity.

public ref struct EntityRefTuple<T>

Type Parameters

T
Inherited Members

Fields

Entity

The current Entity; the components in this tuple belong to this Entity.

public Entity Entity

Field Value

Entity

Item1

public Ref<T> Item1

Field Value

Ref<T>

Methods

Deconstruct(out Entity, out Ref<T>)

Allows tuple deconstruction syntax to be used.

public void Deconstruct(out Entity entity, out Ref<T> @ref)

Parameters

entity Entity
ref Ref<T>