This site is for Yarn Spinner v1, and won't be updated. Go to the current site.

Program Class

A compiled Yarn program.

public sealed class Program : IMessage<Program>, IMessage, IEquatable<Program>, IDeepCloneable<Program>

Methods

Name Description
Combine(Program[]) Creates a new Program by merging multiple Programs together.

Properties

Name Description
Name The name of the program.
Nodes The collection of nodes in this program.

Source

Defined in YarnSpinner/YarnSpinner.cs, line 61.