Line
Inherits from
System.ValueType
public struct Line
When the game receives a Line, it should do the following things to prepare the line for presentation to the user.
- 1.
- 2.
- 3.
You do not create instances of this struct yourself. They are created by the Dialogue during program execution.
Name | Description |
---|---|
The string ID for this line. | |
The values that should be inserted into the user-facing text before delivery. |
- Dialogue.LineHandler: Gets or sets the LineHandler that is called when a line is ready to be shown to the user.
Last modified 1yr ago