EventKeyBase<T> Class
Namespace: Stride.Engine.EventsAssembly: Stride.Engine.dll
Creates a new EventKey used to broadcast T type events.
System.Object →
EventKeyBase<T>
Derived from EventKeyBase<T>: EventKey EventKey<T>
public class EventKeyBase<T> : IDisposable
Type Parameters
| Name | Description |
|---|---|
| T | The data type of the event you wish to send |
| Name | Description | |
|---|---|---|
| Methods | ||
| Dispose() | ||
| Finalize() | ||
| InternalBroadcast(T) | ||
Methods
Dispose()
public void Dispose()
Finalize()
protected void Finalize()
InternalBroadcast(T)
protected void InternalBroadcast(T data)
Parameters
| Type | Name | Description |
|---|---|---|
| T | data |