C# 클래스 Ink.Parsed.Divert

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

공개 메소드들

메소드 설명
CheckArgumentValidity ( ) : void
CheckExternalArgumentValidity ( Story context ) : void
Divert ( Parsed targetContent ) : System.Collections.Generic
Divert ( Parsed target, List arguments = null ) : System.Collections.Generic
Error ( string message, Object source = null, bool isWarning = false ) : void
GenerateRuntimeObject ( ) : Runtime.Object
PathAsVariableName ( ) : string
ResolveReferences ( Story context ) : void
ResolveTargetContent ( ) : void
ToString ( ) : string

메소드 상세

CheckArgumentValidity() 공개 메소드

public CheckArgumentValidity ( ) : void
리턴 void

CheckExternalArgumentValidity() 공개 메소드

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

Divert() 공개 메소드

public Divert ( Parsed targetContent ) : System.Collections.Generic
targetContent Parsed
리턴 System.Collections.Generic

Divert() 공개 메소드

public Divert ( Parsed target, List arguments = null ) : System.Collections.Generic
target Parsed
arguments List
리턴 System.Collections.Generic

Error() 공개 메소드

public Error ( string message, Object source = null, bool isWarning = false ) : void
message string
source Object
isWarning bool
리턴 void

GenerateRuntimeObject() 공개 메소드

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

PathAsVariableName() 공개 메소드

public PathAsVariableName ( ) : string
리턴 string

ResolveReferences() 공개 메소드

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

ResolveTargetContent() 공개 메소드

public ResolveTargetContent ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string