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

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

공개 프로퍼티들

프로퍼티 타입 설명
currentContainer Container
currentContentIndex int
inExpressionEvaluation bool
temporaryVariables Runtime.Object>.Dictionary
type PushPopType

공개 메소드들

메소드 설명
Copy ( ) : Element
Element ( PushPopType type, Container container, int contentIndex, bool inExpressionEvaluation = false ) : System.Collections.Generic

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Element
리턴 Element

Element() 공개 메소드

public Element ( PushPopType type, Container container, int contentIndex, bool inExpressionEvaluation = false ) : System.Collections.Generic
type PushPopType
container Container
contentIndex int
inExpressionEvaluation bool
리턴 System.Collections.Generic

프로퍼티 상세

currentContainer 공개적으로 프로퍼티

public Container,Ink.Runtime currentContainer
리턴 Container

currentContentIndex 공개적으로 프로퍼티

public int currentContentIndex
리턴 int

inExpressionEvaluation 공개적으로 프로퍼티

public bool inExpressionEvaluation
리턴 bool

temporaryVariables 공개적으로 프로퍼티

public Dictionary temporaryVariables
리턴 Runtime.Object>.Dictionary

type 공개적으로 프로퍼티

public PushPopType type
리턴 PushPopType