Struct CustomEventArgs
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
public struct CustomEventArgs
Constructors
CustomEventArgs(string, params object[])
Declaration
public CustomEventArgs(string name, params object[] arguments)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| object[] | arguments |
Fields
arguments
Declaration
public readonly object[] arguments
Field Value
| Type | Description |
|---|---|
| object[] |
name
Declaration
public readonly string name
Field Value
| Type | Description |
|---|---|
| string |