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

Library.ImportLibrary Method

Loads functions from another Library.

public void ImportLibrary(Library otherLibrary)

Remarks

If the other library contains a function with the same name as one in this library, the function in the other library takes precedence.

Parameters

Parameter Description
Library otherLibrary The library to import functions from.

Source

Defined in YarnSpinner/Library.cs, line 201.