C# 클래스 Ink.StringParserState.Element

파일 보기 프로젝트 열기: inkle/ink 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
characterIndex int
customFlags uint
lineIndex int
reportedErrorInScope bool
uniqueId int

공개 메소드들

메소드 설명
CopyFrom ( Element fromElement ) : void
Element ( )
SquashFrom ( Element fromElement ) : void

메소드 상세

CopyFrom() 공개 메소드

public CopyFrom ( Element fromElement ) : void
fromElement Element
리턴 void

Element() 공개 메소드

public Element ( )

SquashFrom() 공개 메소드

public SquashFrom ( Element fromElement ) : void
fromElement Element
리턴 void

프로퍼티 상세

characterIndex 공개적으로 프로퍼티

public int characterIndex
리턴 int

customFlags 공개적으로 프로퍼티

public uint customFlags
리턴 uint

lineIndex 공개적으로 프로퍼티

public int lineIndex
리턴 int

reportedErrorInScope 공개적으로 프로퍼티

public bool reportedErrorInScope
리턴 bool

uniqueId 공개적으로 프로퍼티

public int uniqueId
리턴 int