Table of Contents

Class EventKey

Namespace
Stride.Engine.Events
Assembly
Stride.Engine.dll

Creates a new EventKey used to broadcast events.

public sealed class EventKey : EventKeyBase<bool>, IDisposable
Inheritance
EventKey
Implements
Inherited Members
Extension Methods

Constructors

EventKey(string, string)

public EventKey(string category = "General", string eventName = "Event")

Parameters

category string
eventName string

Methods

Broadcast()

Broadcasts the event to all the receivers

public void Broadcast()