C# Class YWR.Tools.TextPiece

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

Public Properties

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

Property Details

Author public_oe property

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

Buttons public_oe property

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