Plasma Engine  2.0
Loading...
Searching...
No Matches
plObjectMsgQueueType 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
}
 
using StorageType = plUInt8
 

Detailed Description

Specifies at which phase the queued message should be processed.

Member Enumeration Documentation

◆ Enum

enum plObjectMsgQueueType::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: