ezEngine Release 26.3
Loading...
Searching...
No Matches
ezWorldUpdatePhase Struct Reference

Defines the different phases during world updates for module execution ordering. More...

#include <WorldModule.h>

Inheritance diagram for ezWorldUpdatePhase:

Public Types

enum  Enum {
  PreAsync , Async , PostAsync , PostTransform ,
  COUNT , Default = PreAsync
}
 
using StorageType = ezUInt8
 

Detailed Description

Defines the different phases during world updates for module execution ordering.

Member Enumeration Documentation

◆ Enum

Enumerator
PreAsync 

Synchronous phase before parallel processing.

Async 

Parallel processing phase (thread-safe operations only)

PostAsync 

Synchronous phase after parallel processing.

PostTransform 

Synchronous phase after transform updates.


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