SetProgram(Program)
Last updated
Was this helpful?
Method in Dialogue
Loads all nodes from the provided Program .
public void SetProgram(Program program)This method replaces any existing nodes have been loaded. If you want to load nodes from an additional Program, use the AddProgram(Program) method.
Yarn.Program program
The Program to use.
Last updated
Was this helpful?
Was this helpful?
