C# 클래스 AtlusScriptLibrary.MessageScriptLanguage.SelectionDialog

Represents a selection window in a message script.
상속: IDialog
파일 보기 프로젝트 열기: TGEnigma/Atlus-Script-Tools 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IEnumerable IEnumerator

공개 메소드들

메소드 설명
GetEnumerator ( ) : IEnumerator
SelectionDialog ( string identifier, SelectionDialogPattern pattern = SelectionDialogPattern.Top ) : System.Collections

Constructs a new selection dialog with just an identifier.

SelectionDialog ( string identifier, SelectionDialogPattern pattern, List pages ) : System.Collections

Constructs a new selection dialog with just an identifier.

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator

메소드 상세

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

SelectionDialog() 공개 메소드

Constructs a new selection dialog with just an identifier.
public SelectionDialog ( string identifier, SelectionDialogPattern pattern = SelectionDialogPattern.Top ) : System.Collections
identifier string The text identifier of the window.
pattern SelectionDialogPattern
리턴 System.Collections

SelectionDialog() 공개 메소드

Constructs a new selection dialog with just an identifier.
public SelectionDialog ( string identifier, SelectionDialogPattern pattern, List pages ) : System.Collections
identifier string The text identifier of the dialog.
pattern SelectionDialogPattern
pages List The list of lines in the dialog.
리턴 System.Collections