ezEngine  Release 25.03
ezVisitorExecution Struct Reference

Used as return value of visitor functions to define whether calling function should stop or continue visiting. More...

#include <Declarations.h>

Public Types

enum  Enum { Continue, Skip, Stop }
 

Detailed Description

Used as return value of visitor functions to define whether calling function should stop or continue visiting.

Member Enumeration Documentation

◆ Enum

Enumerator
Continue 

Continue regular iteration.

Skip 

In a depth-first iteration mode this will skip the entire sub-tree below the current object.

Stop 

Stop the entire iteration.


The documentation for this struct was generated from the following file: