Class FunctionArgs
Inherited Members
Namespace: Unity.VisualScripting.Dependencies.NCalc
Assembly: Unity.VisualScripting.Flow.dll
Syntax
public class FunctionArgs : EventArgs
Properties
HasResult
Declaration
public bool HasResult { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Parameters
Declaration
public Expression[] Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Expression[] |
Result
Declaration
public object Result { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Methods
EvaluateParameters(Flow)
Declaration
public object[] EvaluateParameters(Flow flow)
Parameters
| Type | Name | Description |
|---|---|---|
| Flow | flow |
Returns
| Type | Description |
|---|---|
| object[] |