|
ezGameObject & | operator* () |
|
ezGameObject * | operator-> () |
|
| operator ezGameObject * () |
|
const ezGameObject & | operator* () const |
|
const ezGameObject * | operator-> () const |
|
| operator const ezGameObject * () const |
|
void | Next () |
| Advances the iterator to the next child object. The iterator will not be valid anymore, if the last child is reached.
|
|
bool | IsValid () const |
| Checks whether this iterator points to a valid object.
|
|
void | operator++ () |
| Shorthand for 'Next'.
|
|
The documentation for this class was generated from the following files:
- /home/runner/work/ezEngine/ezEngine/Code/Engine/Core/World/GameObject.h
- /home/runner/work/ezEngine/ezEngine/Code/Engine/Core/World/Implementation/GameObject_inl.h