NotificationMode Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: Umbrace.Unity.PurePool
[FlagsAttribute] public enum NotificationMode
Member name | Value | Description | |
---|---|---|---|
Interface | 1 | A custom interface that is applied to any components that need to respond to the notification. | |
SendMessage | 2 | The built-in Unity messaging system that sends notifications using the SendMessage(String) method. | |
UnityMessagingInterface | 4 | The built-in Unity messaging system that sends notifications using the ExecuteEvents class, using an interface applied to any components that need to respond to the notification. |