C# 클래스 Ink.Parsed.IncDecExpression

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

공개 프로퍼티들

프로퍼티 타입 설명
isInc bool
varName string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GenerateIntoContainer ( Runtime container ) : void
IncDecExpression ( string varName, bool isInc ) : System.Collections.Generic
ResolveReferences ( Story context ) : void
ToString ( ) : string

메소드 상세

GenerateIntoContainer() 공개 메소드

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

IncDecExpression() 공개 메소드

public IncDecExpression ( string varName, bool isInc ) : System.Collections.Generic
varName string
isInc bool
리턴 System.Collections.Generic

ResolveReferences() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

isInc 공개적으로 프로퍼티

public bool isInc
리턴 bool

varName 공개적으로 프로퍼티

public string varName
리턴 string