SetProject(YarnProject)
Method in DialogueRunner
Summary
Sets the dialogue runner's Yarn Project.
Remarks
If the dialogue runner is currently running (that is, IsDialogueRunning is true
), an System.InvalidOperationException
is thrown.
Parameters
Name
Description
YarnProject project
The new YarnProject to be used.
Last updated