Astra Unity 2.6.6
Astra Unity Plugin
|
Interface for the Subscription class More...
Public Member Functions | |
void | Publish (BusEvent busEvent) |
UnityEngine.Object | GetSubscriber () |
Interface for the Subscription class
UnityEngine.Object Astra.Utils.EventBus.ISubscription.GetSubscriber | ( | ) |
Implemented in Astra.Utils.EventBus.Subscription< TBusEvent, TSubscriber >.
void Astra.Utils.EventBus.ISubscription.Publish | ( | BusEvent | busEvent | ) |
Implemented in Astra.Utils.EventBus.Subscription< TBusEvent, TSubscriber >.