For the complete documentation index, see llms.txt. This page is also available as Markdown.

SetProgram(Program)

Method in Dialogue

Summary

Loads all nodes from the provided Program .

public void SetProgram(Program program)

Remarks

This method replaces any existing nodes have been loaded.

Parameters

Name
Description

Yarn.Program program

The Program to use.

Last updated

Was this helpful?