C# 클래스 StateValentin, PathfindingToolUnity

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

보호된 프로퍼티들

프로퍼티 타입 설명
mytransition List

공개 메소드들

메소드 설명
StateValentin ( ) : System.Collections
Step ( ) : StateValentin,
addTransition ( List trans ) : void

보호된 메소드들

메소드 설명
checkTransition ( ) : StateValentin,
execute ( ) : void

메소드 상세

StateValentin() 공개 메소드

public StateValentin ( ) : System.Collections
리턴 System.Collections

Step() 공개 메소드

public Step ( ) : StateValentin,
리턴 StateValentin,

addTransition() 공개 메소드

public addTransition ( List trans ) : void
trans List
리턴 void

checkTransition() 보호된 메소드

protected checkTransition ( ) : StateValentin,
리턴 StateValentin,

execute() 보호된 추상적인 메소드

protected abstract execute ( ) : void
리턴 void

프로퍼티 상세

mytransition 보호되어 있는 프로퍼티

protected List mytransition
리턴 List