![]() |
Plasma Engine
2.0
|
Public Types | |
enum | Enum { Direct , Recursive , Event , Default = Direct } |
using | StorageType = plUInt8 |
Enumerator | |
---|---|
Direct | Directly send the message to the target game object. |
Recursive | Send the message to the target game object and its children. |
Event | Send the message as event.
|