Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Contains methods for upgrading the syntax of Yarn scripts.
Specifies what kind of language upgrading should be applied.
Contains information describing a replacement to make in a string.
Class in Yarn.Compiler.Upgrader
Inherits from System.Object
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
|
upgradeJob | The upgrade job to perform. |
Upgrades a Yarn script from one version of the language to another, producing both the fully upgraded text as well as a collection of replacements. |
System.Collections.Generic.IEnumerable<T>
items
T
item
T
item
T[]
array
int
arrayIndex
Struct in Yarn.Compiler.Upgrader
Inherits from System.ValueType
Contains information describing a replacement to make in a string.
Name | Description |
---|---|
Name | Description |
---|---|
A descriptive comment explaining why the substitution is necessary.
The string to expect at Start in the original string.
The string to replace OriginalText with at Start .
The position in the original string where the substitution should be made.
The line in the original string where the substitution should be made.
Gets the length of OriginalText .
Gets the length of ReplacementLength .
|
Field in TextReplacement
The line in the original string where the substitution should be made.
Property in UpgradeResult
Gets a collection containing all Diagnostic objects across all of the files in Files .
Gets a collection containing all objects across all of the files in . |
Struct in UpgradeResult
Inherits from System.ValueType
Name | Description |
---|---|
Name | Description |
---|---|
Indicates whether this OutputFile represents a new file to be created. If this is true
, OriginalSource will be the empty string, and Replacements will be empty.
Yarn.Compiler.Upgrader.UpgradeType upgradeType
System.Collections.Generic.IEnumerable<Yarn.Compiler.CompilationJob.File>
files
Field in OutputFile
Indicates whether this OutputFile represents a new file to be created. If this is true
, OriginalSource will be the empty string, and Replacements will be empty.
Enumeration Member in UpgradeType
Indicates an upgrade from Yarn Spinner 1.0 syntax to Yarn Spinner 2.0 syntax.
Enum in Yarn.Compiler.Upgrader
Inherits from System.Enum
Specifies what kind of language upgrading should be applied.
Name | Description |
---|---|
Indicates an upgrade from Yarn Spinner 1.0 syntax to Yarn Spinner 2.0 syntax.