C# 클래스 Ink.Parsed.VariableAssignment

상속: Parsed.Object
파일 보기 프로젝트 열기: inkle/ink 1 사용 예제들

공개 메소드들

메소드 설명
GenerateRuntimeObject ( ) : Runtime.Object
IsReservedKeyword ( string name ) : bool
ResolveReferences ( Story context ) : void
VariableAssignment ( string variableName, Expression assignedExpression ) : System.Collections.Generic

메소드 상세

GenerateRuntimeObject() 공개 메소드

public GenerateRuntimeObject ( ) : Runtime.Object
리턴 Runtime.Object

IsReservedKeyword() 공개 정적인 메소드

public static IsReservedKeyword ( string name ) : bool
name string
리턴 bool

ResolveReferences() 공개 메소드

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

VariableAssignment() 공개 메소드

public VariableAssignment ( string variableName, Expression assignedExpression ) : System.Collections.Generic
variableName string
assignedExpression Expression
리턴 System.Collections.Generic