C# Class YWR.Tools.TextPiece

Inheritance: ScriptableObject
Show file Open project: ycarowr/Tools Class Usage Examples

Public Properties

Property Type Description
Author string
Buttons YWR.Tools.TextButton[]

Property Details

Author public property

Author of the text. Appears at the top.
public string Author
return string

Buttons public property

The buttons that interact with the Dialog System.
public TextButton[],YWR.Tools Buttons
return YWR.Tools.TextButton[]