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

Library.DeregisterFunction Method

Removes a function from the Library.

public void DeregisterFunction(string name)

Remarks

If no function with the given name is present in the Library, this method does nothing.

Parameters

Parameter Description
string name The name of the function to remove.

Source

Defined in YarnSpinner/Library.cs, line 275.