Struct EntityRefTuple<T>
A tuple of multiple references with an Entity.
public ref struct EntityRefTuple<T>
Type Parameters
T
- Inherited Members
Fields
Entity
public Entity Entity
Field Value
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)