Class EventUnit<TArgs>.Data
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
public class EventUnit<TArgs>.Data : IGraphElementData
Fields
activeCoroutines
Declaration
public HashSet<Flow> activeCoroutines
Field Value
Type | Description |
---|---|
HashSet<Flow> |
handler
Declaration
public Delegate handler
Field Value
Type | Description |
---|---|
Delegate |
hook
Declaration
public EventHook hook
Field Value
Type | Description |
---|---|
EventHook |
isListening
Declaration
public bool isListening
Field Value
Type | Description |
---|---|
bool |