C# 클래스 YWR.Tools.TextPiece

상속: ScriptableObject
파일 보기 프로젝트 열기: ycarowr/Tools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Author string
Buttons YWR.Tools.TextButton[]

프로퍼티 상세

Author 공개적으로 프로퍼티

Author of the text. Appears at the top.
public string Author
리턴 string

Buttons 공개적으로 프로퍼티

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