C# Class YWR.Tools.TextPiece

Inheritance: ScriptableObject
Afficher le fichier Open project: ycarowr/Tools Class Usage Examples

Méthodes publiques

Свойство 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
Résultat string

Buttons public_oe property

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