ezEngine  Release 25.03
ezObjectMsgQueueType Struct Reference

Specifies at which phase the queued message should be processed. More...

#include <Declarations.h>

Public Types

enum  Enum : StorageType {
  PostAsync, PostTransform, NextFrame, AfterInitialized,
  COUNT, Default = NextFrame
}
 
using StorageType = ezUInt8
 

Detailed Description

Specifies at which phase the queued message should be processed.

Member Enumeration Documentation

◆ Enum

enum ezObjectMsgQueueType::Enum : StorageType
Enumerator
PostAsync 

Process the message in the PostAsync phase.

PostTransform 

Process the message in the PostTransform phase.

NextFrame 

Process the message in the PreAsync phase of the next frame.

AfterInitialized 

Process the message after new components have been initialized.


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