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

UpgradeType

Enum in Yarn.Compiler.Upgrader

Inherits from System.Enum

Summary

Specifies what kind of language upgrading should be applied.

public enum UpgradeType
{
    Version1to2
}

Members

Name
Description

Indicates an upgrade from Yarn Spinner 1.0 syntax to Yarn Spinner 2.0 syntax.

Last updated

Was this helpful?