C# 클래스 Ink.Parsed.Knot

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

공개 메소드들

메소드 설명
Knot ( string name, List topLevelObjects, List arguments, bool isFunction ) : System.Collections.Generic
ResolveReferences ( Story context ) : void

메소드 상세

Knot() 공개 메소드

public Knot ( string name, List topLevelObjects, List arguments, bool isFunction ) : System.Collections.Generic
name string
topLevelObjects List
arguments List
isFunction bool
리턴 System.Collections.Generic

ResolveReferences() 공개 메소드

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