![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Proxy representing a single writable SoA field element in the runtime fallback path only. Direct chunk-backed paths should use SoATermFieldWriteProxyPointer, which returns raw field references. More...
#include <chunk_iterator.h>
Public Member Functions | |
| GAIA_NODISCARD | operator value_type () const |
| ElementProxy & | operator= (const value_type &value) |
| template<typename V > | |
| ElementProxy & | operator+= (V &&value) |
| template<typename V > | |
| ElementProxy & | operator-= (V &&value) |
| template<typename V > | |
| ElementProxy & | operator*= (V &&value) |
| template<typename V > | |
| ElementProxy & | operator/= (V &&value) |
Public Attributes | |
| value_type * | pData = nullptr |
| const Entity * | pEntities = nullptr |
| World * | pWorld = nullptr |
| Entity | id = EntityBad |
| uint32_t | idx = 0 |
| bool | writeIm = true |
Proxy representing a single writable SoA field element in the runtime fallback path only. Direct chunk-backed paths should use SoATermFieldWriteProxyPointer, which returns raw field references.