C# 클래스 Ink.Parsed.VariableReference

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

공개 프로퍼티들

프로퍼티 타입 설명
isConstantReference bool
path List

공개 메소드들

메소드 설명
GenerateIntoContainer ( Runtime container ) : void
ResolveReferences ( Story context ) : void
ToString ( ) : string
VariableReference ( List path ) : System.Collections.Generic

메소드 상세

GenerateIntoContainer() 공개 메소드

public GenerateIntoContainer ( Runtime container ) : void
container Runtime
리턴 void

ResolveReferences() 공개 메소드

public ResolveReferences ( Story context ) : void
context Story
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VariableReference() 공개 메소드

public VariableReference ( List path ) : System.Collections.Generic
path List
리턴 System.Collections.Generic

프로퍼티 상세

isConstantReference 공개적으로 프로퍼티

public bool isConstantReference
리턴 bool

path 공개적으로 프로퍼티

public List path
리턴 List