Interface IGraphEventListener
Namespace: Unity.VisualScripting
Syntax
public interface IGraphEventListener
Methods
IsListening(GraphPointer)
Declaration
bool IsListening(GraphPointer pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphPointer | pointer |
Returns
| Type | Description |
|---|---|
| Boolean |
StartListening(GraphStack)
Declaration
void StartListening(GraphStack stack)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphStack | stack |
StopListening(GraphStack)
Declaration
void StopListening(GraphStack stack)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphStack | stack |