Quantum 3
3.0.9
An entity-component pointer pair. Used when iterating over components. More...
Public Member Functions | |
| void | Deconstruct (out EntityRef entity, out T *component) |
Public Attributes | |
| T * | Component |
| Pointer to the component. More... | |
| EntityRef | Entity |
| The entity the component belongs to. More... | |
An entity-component pointer pair. Used when iterating over components.
| T |
| T | : | unmanaged | |
| T | : | IComponent |
| EntityRef Quantum.EntityComponentPointerPair< T >.Entity |
The entity the component belongs to.
| T* Quantum.EntityComponentPointerPair< T >.Component |
Pointer to the component.