Yarn Spinner
2.2 (Current)
WebsiteDiscordGitHubPatreon
Search…
⌃K
Links
2.2 (Current)
⭐
Start Here
Writing Your Dialogue
⌨
Editing with VS Code
✍
Writing in Yarn
🪄
Upgrading Yarn Scripts
Working With Unity
Overview
📦
Installation
⚡
Quick Start
📥
Importing Yarn Files
🧱
Components
🤖
Commands and Functions
🗺
Localizations and Assets
💡
Frequently Asked Questions / "How Do I...?"
Unity Sample Projects
🛠
Choose-Your-Path Game
🛠
Choose-Your-Path Game with Visuals
🛠
NPC Dialogue Game
Guides
🗃
Yarn Variables and Variable Storage
About
The Team
GitHub Repositories
Community Projects
How to credit Yarn Spinner
API Documentation
C#
Yarn Namespace
Yarn.Markup Namespace
Yarn.Compiler Namespace
Yarn.Compiler.Upgrader Namespace
LanguageUpgrader
OrderedSet
TextReplacement
UpgradeJob
UpgradeResult
UpgradeType
Version1to2
Yarn.Unity Namespace
Powered By GitBook

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.
Previous
UpgradedSource
Next
Version1to2
Last modified 1yr ago
Export as PDF
Copy link
Edit on GitHub
On this page
Summary
Members