FunctionInfo.Invoke Method
Invokes this function.
public Value Invoke(params Value[] parameters)
Parameters
Parameter | Description |
---|---|
Value[] parameters |
The parameters to pass to the function. |
Return Type
Value
: The Value
returned by this function. If
returnsValue
is false
, the value will be a
null
value.
Source
Defined in YarnSpinner/Library.cs, line 82.