Class EventListenerBase
The base of all Whiskey Event Listeners.
Inheritance
System.Object
EventListenerBase
Namespace: FasterGames.Whiskey.Events
Assembly: cs.temp.dll.dll
Syntax
public abstract class EventListenerBase : MonoBehaviour
Properties
Event
The event to listen to.
Declaration
public abstract EventBase Event { get; }
Property Value
Type | Description |
---|---|
EventBase |
Reaction
The reaction that occurs when the event is raised.
Declaration
public abstract UnityEventBase Reaction { get; }
Property Value
Type | Description |
---|---|
UnityEventBase |
Remarks
Only raised if the Game Object this is attached to is active.