C# 클래스 Ink.Runtime.Divert

상속: Runtime.Object
파일 보기 프로젝트 열기: inkle/ink 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
stackPushType PushPopType

공개 메소드들

메소드 설명
Divert ( ) : System.Text
Divert ( PushPopType stackPushType ) : System.Text
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

메소드 상세

Divert() 공개 메소드

public Divert ( ) : System.Text
리턴 System.Text

Divert() 공개 메소드

public Divert ( PushPopType stackPushType ) : System.Text
stackPushType PushPopType
리턴 System.Text

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

stackPushType 공개적으로 프로퍼티

public PushPopType stackPushType
리턴 PushPopType