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...
Name | Description |
---|
System.Collections.Generic.IEqualityComparer<T>
comparer
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.
|
|
|
|
|
Field in TextReplacement
The position in the original string where the substitution should be made.
Field in TextReplacement
The line in the original string where the substitution should be made.
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. |
upgradeJob | The upgrade job to perform. |
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 .
|
Property in UpgradeResult
Gets a collection containing all Diagnostic objects across all of the files in Files .
Struct in Yarn.Compiler.Upgrader
Inherits from System.ValueType
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Struct in UpgradeResult
Inherits from System.ValueType
Name | Description |
---|---|
Name | Description |
---|---|
Gets a collection containing all Diagnostic objects across all of the files in Files .
Yarn.Compiler.Upgrader.UpgradeType upgradeType
System.Collections.Generic.IEnumerable<Yarn.Compiler.CompilationJob.File>
files
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.
Indicates an upgrade from Yarn Spinner 1.0 syntax to Yarn Spinner 2.0 syntax. |
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.