C# 클래스 Ink.Runtime.CallStack.Thread

파일 보기 프로젝트 열기: inkle/ink

공개 프로퍼티들

프로퍼티 타입 설명
callstack List
previousContentObject Runtime.Object
threadIndex int

공개 메소드들

메소드 설명
Copy ( ) : Thread
Thread ( ) : System.Collections.Generic
Thread ( object>.Dictionary jThreadObj, Story storyContext ) : System.Collections.Generic

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Thread
리턴 Thread

Thread() 공개 메소드

public Thread ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Thread() 공개 메소드

public Thread ( object>.Dictionary jThreadObj, Story storyContext ) : System.Collections.Generic
jThreadObj object>.Dictionary
storyContext Story
리턴 System.Collections.Generic

프로퍼티 상세

callstack 공개적으로 프로퍼티

public List callstack
리턴 List

previousContentObject 공개적으로 프로퍼티

public Runtime.Object previousContentObject
리턴 Runtime.Object

threadIndex 공개적으로 프로퍼티

public int threadIndex
리턴 int