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.