An entity-component pair. Used when iterating over components. Since this type contains a copy of the component, it is not suitable for writing back to the component. More...
Public Member Functions | |
void | Deconstruct (out EntityRef entity, out T component) |
Public Attributes | |
T | Component |
Copy of the component. More... | |
EntityRef | Entity |
Entity the component belongs to. More... | |
An entity-component pair. Used when iterating over components. Since this type contains a copy of the component, it is not suitable for writing back to the component.
T |
T | : | unmanaged | |
T | : | IComponent |
EntityRef Quantum.EntityComponentPair< T >.Entity |
Entity the component belongs to.
T Quantum.EntityComponentPair< T >.Component |
Copy of the component.