C# Class CsLibrary.AiLogic_Npc_User

Inheritance: AbstractAiStateLogic
Afficher le fichier Open project: dreamanlan/CSharpGameFramework

Méthodes protégées

Méthode Description
OnInitStateHandlers ( ) : void
OnStateLogicCheck ( EntityInfo npc, long deltaTime ) : bool
OnStateLogicInit ( EntityInfo npc, long deltaTime ) : void

Private Methods

Méthode Description
IdleHandler ( EntityInfo npc, long deltaTime ) : void
MoveCommandHandler ( EntityInfo npc, long deltaTime ) : void
PatrolCommandHandler ( EntityInfo npc, long deltaTime ) : void
PursuitCommandHandler ( EntityInfo npc, long deltaTime ) : void
WaitCommandHandler ( EntityInfo npc, long deltaTime ) : void

Method Details

OnInitStateHandlers() protected méthode

protected OnInitStateHandlers ( ) : void
Résultat void

OnStateLogicCheck() protected méthode

protected OnStateLogicCheck ( EntityInfo npc, long deltaTime ) : bool
npc EntityInfo
deltaTime long
Résultat bool

OnStateLogicInit() protected méthode

protected OnStateLogicInit ( EntityInfo npc, long deltaTime ) : void
npc EntityInfo
deltaTime long
Résultat void