EventReceiverOptions Enum
Namespace: Stride.Engine.EventsAssembly: Stride.Engine.dll
Options related to EventReceiver might be extended in the future
[Flags]
public enum EventReceiverOptions
Fields
Name | Description |
---|---|
Buffered | If this flag is present the events will be buffered into a queue, receivers might decide to consume at any pace they wish as long as they consume them at some point |
None | If no flags are present only the most recent event will be buffered |