C# 클래스 Ink.Parsed.ConstantDeclaration

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

공개 메소드들

메소드 설명
ConstantDeclaration ( string name, Expression assignedExpression )
GenerateRuntimeObject ( ) : Runtime.Object
ResolveReferences ( Story context ) : void

메소드 상세

ConstantDeclaration() 공개 메소드

public ConstantDeclaration ( string name, Expression assignedExpression )
name string
assignedExpression Expression

GenerateRuntimeObject() 공개 메소드

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

ResolveReferences() 공개 메소드

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