Yarn Spinner
2.2 (Current)
Website
Discord
GitHub
Patreon
Search
⌃K
Links
⭐
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
BasicBlock
CompilationJob
CompilationResult
Compiler
DebugInfo
Declaration
DeclarationBuilder
DeferredTypeDiagnostic
Diagnostic
FileParseResult
FunctionTypeBuilder
IndentAwareLexer
InstructionCollectionExtensions
Position
Range
Range()
Range(int,int,int,int)
Equals(object)
GetHashCode()
End
Start
StringInfo
Utility
Yarn.Compiler.Upgrader Namespace
Yarn.Unity Namespace
Powered By
GitBook
Range
Class in
Yarn.Compiler
Inherits from
System.Object
Summary
Represents a range of text in a multi-line string.
public
class
Range
Constructors
Name
Description
Range()
Initializes a new instance of the
Range
class.
Range(int,int,int,int)
Initializes a new instance of the
Range
class, given start and end information.
Methods
Name
Description
Equals(object)
GetHashCode()
Properties
Name
Description
End
Gets or sets the end position of this range.
Start
Gets or sets the start position of this range.
Previous
Line
Next
Range()
Last modified
1yr ago