Struct EntityQuery.ComponentIterator<T0, T1, T2, T3>.QueryItem
public ref struct EntityQuery.ComponentIterator<T0, T1, T2, T3>.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
component3
public ref T3 component3
Field Value
- T3
Methods
Deconstruct(out Ref<T0>, out Ref<T1>, out Ref<T2>, out Ref<T3>)
public void Deconstruct(out Ref<T0> component0, out Ref<T1> component1, out Ref<T2> component2, out Ref<T3> component3)
Parameters
component0Ref<T0>component1Ref<T1>component2Ref<T2>component3Ref<T3>