C# 클래스 FightStateMachineWill, PathfindingToolUnity

상속: StateWill
파일 보기 프로젝트 열기: benjaml/PathfindingToolUnity

공개 프로퍼티들

프로퍼티 타입 설명
states List

공개 메소드들

메소드 설명
FightStateMachineWill ( int id, List listState, int indexFirstState ) : System.Collections
FightStateMachineWill ( int id, StateWill, state ) : System.Collections
changeState ( StateWill, newState ) : void
execute ( ) : StateWill,

메소드 상세

FightStateMachineWill() 공개 메소드

public FightStateMachineWill ( int id, List listState, int indexFirstState ) : System.Collections
id int
listState List
indexFirstState int
리턴 System.Collections

FightStateMachineWill() 공개 메소드

public FightStateMachineWill ( int id, StateWill, state ) : System.Collections
id int
state StateWill,
리턴 System.Collections

changeState() 공개 메소드

public changeState ( StateWill, newState ) : void
newState StateWill,
리턴 void

execute() 공개 메소드

public execute ( ) : StateWill,
리턴 StateWill,

프로퍼티 상세

states 공개적으로 프로퍼티

public List states
리턴 List