C# 클래스 TransitionInterpreter, tf_client

파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DataStack Stack
DeclareBehavior DeclareBehaviorDelegate
DereferenceBehavior DereferenceBehaviorDelegate

보호된 프로퍼티들

프로퍼티 타입 설명
operations List

공개 메소드들

메소드 설명
Execute ( ) : bool
InitFromInstructions ( List lines ) : bool
InitFromInstructions ( string lines ) : bool
TransitionInterpreter ( ) : UnityEngine

메소드 상세

Execute() 공개 메소드

public Execute ( ) : bool
리턴 bool

InitFromInstructions() 공개 메소드

public InitFromInstructions ( List lines ) : bool
lines List
리턴 bool

InitFromInstructions() 공개 메소드

public InitFromInstructions ( string lines ) : bool
lines string
리턴 bool

TransitionInterpreter() 공개 메소드

public TransitionInterpreter ( ) : UnityEngine
리턴 UnityEngine

프로퍼티 상세

DataStack 공개적으로 프로퍼티

public Stack DataStack
리턴 Stack

DeclareBehavior 공개적으로 프로퍼티

public DeclareBehaviorDelegate DeclareBehavior
리턴 DeclareBehaviorDelegate

DereferenceBehavior 공개적으로 프로퍼티

public DereferenceBehaviorDelegate DereferenceBehavior
리턴 DereferenceBehaviorDelegate

operations 보호되어 있는 프로퍼티

protected List operations
리턴 List