2.4 (Current)
Discord
Itch
Patreon
Search
⌃
K
Links
⭐
Start Here
🧶
Yarn Spinner Components
Beginner's Guide
Welcome
➿
Syntax Basics
📖
Writing Narratives
🎮
Using a Game Engine
Writing Dialogue in Yarn
⌨
Editing with VS Code
✍
Writing in Yarn
🪄
Upgrading Yarn Scripts
Yarn Spinner for Unity
Overview
📦
Installation for Unity
⚡
Unity Quick Start
📥
Importing Yarn Files
🧱
Components
🤖
Commands and Functions
🗺
Localizations and Assets
💡
Frequently Asked Questions / "How Do I...?"
🎁
Unity Samples
Unity Tutorial Projects
🛠
Choose-Your-Path Game
🛠
Choose-Your-Path Game with Visuals
🛠
NPC Dialogue Game
Unity Add-Ons
⭐
About Add-Ons
Dialogue Wheel
Speech Bubbles
Advanced Guides
Building a Custom Dialogue Runner
Yarn Variables and Custom Variable Storage
About
Crediting Yarn Spinner
The Yarn Spinner Team
GitHub Repositories
Community Projects
API Documentation
C#
Yarn Namespace
BuiltinTypes
Command
CommandHandler
Dialogue
DialogueCompleteHandler
DialogueException
FunctionType
Header
IType
IVariableStorage
Library
Line
LineHandler
Logger
MemoryVariableStore
Node
NodeCompleteHandler
NodeStartHandler
OptionSet
Options
Option
DestinationNode
ID
IsAvailable
Line
OptionsHandler
PrepareForLinesHandler
Program
Yarn.Markup Namespace
Yarn.Compiler Namespace
Yarn.Compiler.Upgrader Namespace
Yarn.Unity Namespace
Yarn.Unity.UnityLocalization Namespace
Powered By
GitBook
Line
Property in
Option
Summary
Gets the
Line
that should be presented to the user for this option.
public
Line
Line
{
get
;
private
set
;
}
Remarks
See the documentation for the
Line
class for information on how to prepare a line before presenting it to the user.
Previous
IsAvailable
Next
OptionsHandler
Last modified
2mo ago