Class Vector3EventListener
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 Vector3EventListener : AppEventListener<Vector3>
Fields
vector3Event
The event reference to be set in the inspector.
Declaration
public Vector3Event vector3Event
Field Value
Type | Description |
---|---|
Vector3Event |
vector3Response
The response to be set in the inspector.
Declaration
public Vector3Response vector3Response
Field Value
Type | Description |
---|---|
Vector3Response |
Methods
SetInternalEventAndResponse()
After asigning the public event and response, use this to apply those references internally.
Declaration
public override void SetInternalEventAndResponse()
Overrides
ScriptableFramework.AppEventListener<Vector3>.SetInternalEventAndResponse()