C# 클래스 BoringHeroes.GameLogic.Behaviourism.NavigationRoutine

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

Private Properties

프로퍼티 타입 설명
Flee void
MountingRoutine Composite
TeleportAction Composite

공개 메소드들

메소드 설명
NavigationRoutine ( CurrentGameState gameState ) : System
SetNewPoint ( Point navPoint, bool aggro, bool forceWalk = false ) : void

비공개 메소드들

메소드 설명
Flee ( ) : void
MountingRoutine ( ) : Composite
TeleportAction ( ) : Composite

메소드 상세

NavigationRoutine() 공개 메소드

public NavigationRoutine ( CurrentGameState gameState ) : System
gameState CurrentGameState
리턴 System

SetNewPoint() 공개 메소드

public SetNewPoint ( Point navPoint, bool aggro, bool forceWalk = false ) : void
navPoint Point
aggro bool
forceWalk bool
리턴 void