Show / Hide Table of Contents

Class EventListenerBase

The base of all Whiskey Event Listeners.

Inheritance
System.Object
EventListenerBase
EventListener
EventListener<TArg0>
EventListener<TArg0, TArg1>
EventListener<TArg0, TArg1, TArg2>
EventListener<TArg0, TArg1, TArg2, TArg3>
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.

In This Article
Back to top Copyright FasterGames ©