C# 클래스 Ink.Runtime.ChoicePoint

The ChoicePoint represents the point within the Story where a Choice instance gets generated. The distinction is made because the text of the Choice can be dynamically generated.
상속: Runtime.Object
파일 보기 프로젝트 열기: inkle/ink 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ChoicePoint System.ComponentModel

공개 메소드들

메소드 설명
ChoicePoint ( ) : System.ComponentModel
ToString ( ) : string

비공개 메소드들

메소드 설명
ChoicePoint ( bool onceOnly ) : System.ComponentModel

메소드 상세

ChoicePoint() 공개 메소드

public ChoicePoint ( ) : System.ComponentModel
리턴 System.ComponentModel

ToString() 공개 메소드

public ToString ( ) : string
리턴 string