Interface IGraphEventHandler<TArgs>
Namespace: Unity.VisualScripting
Syntax
public interface IGraphEventHandler<TArgs>
Type Parameters
Name | Description |
---|---|
TArgs |
Methods
GetHook(GraphReference)
Declaration
EventHook GetHook(GraphReference reference)
Parameters
Type | Name | Description |
---|---|---|
GraphReference | reference |
Returns
Type | Description |
---|---|
EventHook |
IsListening(GraphPointer)
Declaration
bool IsListening(GraphPointer pointer)
Parameters
Type | Name | Description |
---|---|---|
GraphPointer | pointer |
Returns
Type | Description |
---|---|
Boolean |
Trigger(GraphReference, TArgs)
Declaration
void Trigger(GraphReference reference, TArgs args)
Parameters
Type | Name | Description |
---|---|---|
GraphReference | reference | |
TArgs | args |