C# 클래스 Ink.Parsed.Path

파일 보기 프로젝트 열기: inkle/ink 1 사용 예제들

공개 메소드들

메소드 설명
Path ( FlowLevel baseFlowLevel, List components ) : System
Path ( List components ) : System
Path ( string ambiguousName ) : System
ResolveFromContext ( Parsed context ) : Parsed.Object
ToString ( ) : string

비공개 메소드들

메소드 설명
ResolveBaseTarget ( Parsed originalContext ) : Parsed.Object
ResolveTailComponents ( Parsed rootTarget ) : Parsed.Object
TryGetChildFromContext ( Parsed context, string childName, FlowLevel minimumLevel, bool forceDeepSearch = false ) : Parsed.Object

메소드 상세

Path() 공개 메소드

public Path ( FlowLevel baseFlowLevel, List components ) : System
baseFlowLevel FlowLevel
components List
리턴 System

Path() 공개 메소드

public Path ( List components ) : System
components List
리턴 System

Path() 공개 메소드

public Path ( string ambiguousName ) : System
ambiguousName string
리턴 System

ResolveFromContext() 공개 메소드

public ResolveFromContext ( Parsed context ) : Parsed.Object
context Parsed
리턴 Parsed.Object

ToString() 공개 메소드

public ToString ( ) : string
리턴 string