C# Class Ink.Runtime.CallStack.Element

Afficher le fichier Open project: inkle/ink

Méthodes publiques

Свойство Type Description
currentContainer Container
currentContentIndex int
inExpressionEvaluation bool
temporaryVariables Runtime.Object>.Dictionary
type PushPopType

Méthodes publiques

Méthode Description
Copy ( ) : Element
Element ( PushPopType type, Container container, int contentIndex, bool inExpressionEvaluation = false ) : System.Collections.Generic

Method Details

Copy() public méthode

public Copy ( ) : Element
Résultat Element

Element() public méthode

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

Property Details

currentContainer public_oe property

public Container,Ink.Runtime currentContainer
Résultat Container

currentContentIndex public_oe property

public int currentContentIndex
Résultat int

inExpressionEvaluation public_oe property

public bool inExpressionEvaluation
Résultat bool

temporaryVariables public_oe property

public Dictionary temporaryVariables
Résultat Runtime.Object>.Dictionary

type public_oe property

public PushPopType type
Résultat PushPopType