Class Message
An object passed in a message queue.
Inherited Members
Namespace: Unity.AppUI.Core
Assembly: solution.dll
Syntax
public class Message
Properties
| Name | Description |
|---|---|
| arg1 | An arbitrary integer value to attach with the message. |
| obj | An arbitrary object to attach with the message. |
| target | The Handler instance which has obtained this message. |
| what | The message ID. |
Methods
| Name | Description |
|---|---|
| Obtain(Handler, int, int, object) | Obtain a message from the pool with pre specified properties. |
| Obtain(Handler, int, object) | Obtain a message from the pool with pre specified properties. |
| Recycle() | Recycle this message and put if back into the pool. |