Table of Contents

Namespace Stride.Engine.Events

Classes

EventKey

Creates a new EventKey used to broadcast events.

EventKeyBase<T>

Creates a new EventKey used to broadcast T type events.

EventKey<T>
EventReceiver

Creates an event receiver that is used to receive events from an EventKey

EventReceiverBase

Base class for EventReceivers

EventReceiverBase<T>

Base type for EventReceiver.

EventReceiver<T>

Creates an event receiver that is used to receive T type events from an EventKey

Structs

EventData

When using EventReceiver.ReceiveOne, this structure is used to contain the received data

EventReceiverAwaiter<T>

Enums

EventReceiverOptions

Options related to EventReceiver might be extended in the future