Table of Contents

Struct EntityQuery.ComponentIterator<T0, T1, T2>.QueryItem

Namespace
Ghost.Entities
Assembly
Ghost.Entities.dll
public ref struct EntityQuery.ComponentIterator<T0, T1, T2>.QueryItem
Inherited Members

Fields

component0

public ref T0 component0

Field Value

T0

component1

public ref T1 component1

Field Value

T1

component2

public ref T2 component2

Field Value

T2

Methods

Deconstruct(out Ref<T0>, out Ref<T1>, out Ref<T2>)

public void Deconstruct(out Ref<T0> component0, out Ref<T1> component1, out Ref<T2> component2)

Parameters

component0 Ref<T0>
component1 Ref<T1>
component2 Ref<T2>