C# 클래스 Ink.Parsed.DivertTarget

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

공개 프로퍼티들

프로퍼티 타입 설명
divert Divert

공개 메소드들

메소드 설명
DivertTarget ( Divert divert )
Equals ( object obj ) : bool
GenerateIntoContainer ( Runtime container ) : void
GetHashCode ( ) : int
ResolveReferences ( Story context ) : void

메소드 상세

DivertTarget() 공개 메소드

public DivertTarget ( Divert divert )
divert Divert

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GenerateIntoContainer() 공개 메소드

public GenerateIntoContainer ( Runtime container ) : void
container Runtime
리턴 void

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ResolveReferences() 공개 메소드

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

프로퍼티 상세

divert 공개적으로 프로퍼티

public Divert,Ink.Parsed divert
리턴 Divert