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 |
|---|---|
| Version1to2 | Indicates an upgrade from Yarn Spinner 1.0 syntax to Yarn Spinner 2.0 syntax. |