This site is for Yarn Spinner v1, and won't be updated. Go to the current site.

Function Delegate

Represents a function that can be called from Yarn programs.

public delegate void Function(params Value[] parameters);

Parameters

Parameter Description
Value[] parameters The parameters that this function has received.

See Also

Source

Defined in YarnSpinner/Library.cs, line 28.