Class IntEventListener
A component which listens to a IntEvent. In the inspector, drag and drop in the list of responses to set up which funtions will be called when the event is raised. Due to limitations in serializing generic types, public references for both events and responses need to be explicitly written when creating a IntEventListener
Inherited Members
Namespace: ScriptableFramework
Assembly: cs.temp.dll.dll
Syntax
public class IntEventListener : AppEventListener<int>
Fields
intEvent
The event reference to be set in the inspector.
Declaration
public IntEvent intEvent
Field Value
Type | Description |
---|---|
IntEvent |
intResponse
The response to be set in the inspector.
Declaration
public IntResponse intResponse
Field Value
Type | Description |
---|---|
IntResponse |
Methods
SetInternalEventAndResponse()
After asigning the public event and response, use this to apply those references internally.
Declaration
public override void SetInternalEventAndResponse()
Overrides
ScriptableFramework.AppEventListener<System.Int32>.SetInternalEventAndResponse()