Class EventUnit<TArgs>.Data
Namespace: Unity.VisualScripting
Syntax
public class 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 |
---|---|
Boolean |