C# 클래스 Ink.Runtime.CallStack

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CallStack ( CallStack toCopy ) : System.Collections.Generic
CallStack ( Container rootContentContainer ) : System.Collections.Generic
CanPop ( PushPopType type = null ) : bool
ContextForVariableNamed ( string name ) : int
GetJsonToken ( ) : object>.Dictionary
GetTemporaryVariableWithName ( string name, int contextIndex = -1 ) : Runtime.Object
Pop ( PushPopType type = null ) : void
PopThread ( ) : void
Push ( PushPopType type ) : void
PushThread ( ) : void
SetJsonToken ( object>.Dictionary jObject, Story storyContext ) : void
SetTemporaryVariable ( string name, Runtime value, bool declareNew, int contextIndex = -1 ) : void
ThreadWithIndex ( int index ) : Thread

메소드 상세

CallStack() 공개 메소드

public CallStack ( CallStack toCopy ) : System.Collections.Generic
toCopy CallStack
리턴 System.Collections.Generic

CallStack() 공개 메소드

public CallStack ( Container rootContentContainer ) : System.Collections.Generic
rootContentContainer Container
리턴 System.Collections.Generic

CanPop() 공개 메소드

public CanPop ( PushPopType type = null ) : bool
type PushPopType
리턴 bool

ContextForVariableNamed() 공개 메소드

public ContextForVariableNamed ( string name ) : int
name string
리턴 int

GetJsonToken() 공개 메소드

public GetJsonToken ( ) : object>.Dictionary
리턴 object>.Dictionary

GetTemporaryVariableWithName() 공개 메소드

public GetTemporaryVariableWithName ( string name, int contextIndex = -1 ) : Runtime.Object
name string
contextIndex int
리턴 Runtime.Object

Pop() 공개 메소드

public Pop ( PushPopType type = null ) : void
type PushPopType
리턴 void

PopThread() 공개 메소드

public PopThread ( ) : void
리턴 void

Push() 공개 메소드

public Push ( PushPopType type ) : void
type PushPopType
리턴 void

PushThread() 공개 메소드

public PushThread ( ) : void
리턴 void

SetJsonToken() 공개 메소드

public SetJsonToken ( object>.Dictionary jObject, Story storyContext ) : void
jObject object>.Dictionary
storyContext Story
리턴 void

SetTemporaryVariable() 공개 메소드

public SetTemporaryVariable ( string name, Runtime value, bool declareNew, int contextIndex = -1 ) : void
name string
value Runtime
declareNew bool
contextIndex int
리턴 void

ThreadWithIndex() 공개 메소드

public ThreadWithIndex ( int index ) : Thread
index int
리턴 Thread