ImportLibrary(Library)
Last updated
Was this helpful?
Method in Library
Loads functions from another Library .
public void ImportLibrary(Library otherLibrary)If the other library contains a function with the same name as one in this library, the function in the other library takes precedence.
Yarn.Library otherLibrary
The library to import functions from.
Last updated
Was this helpful?
Was this helpful?
