Class Vector2EventListener
A component which listens to a Vector3Event. 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 Vector3EventListener
Inherited Members
Namespace: ScriptableFramework
Assembly: cs.temp.dll.dll
Syntax
public class Vector2EventListener : AppEventListener<Vector2>
Fields
vector2Event
The event reference to be set in the inspector.
Declaration
public Vector2Event vector2Event
Field Value
Type | Description |
---|---|
Vector2Event |
vector2Response
The response to be set in the inspector.
Declaration
public Vector2Response vector2Response
Field Value
Type | Description |
---|---|
Vector2Response |
Methods
SetInternalEventAndResponse()
After asigning the public event and response, use this to apply those references internally.
Declaration
public override void SetInternalEventAndResponse()
Overrides
ScriptableFramework.AppEventListener<Vector2>.SetInternalEventAndResponse()