SetProject(YarnProject)
Last updated
Was this helpful?
Method in DialogueRunner
Sets the dialogue runner's Yarn Project.
public void SetProject(YarnProject project)If the dialogue runner is currently running (that is, IsDialogueRunning is true ), an System.InvalidOperationException is thrown.
Yarn.Unity.YarnProject project
The new YarnProject to be used.
Last updated
Was this helpful?
Was this helpful?
