SetProject(YarnProject)
Last updated
Was this helpful?
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.
project
The new to be used.