Uses of Interface
cz.cuni.amis.pogamut.ut2004.agent.navigation.IUT2004RunStraight

Packages that use IUT2004RunStraight
cz.cuni.amis.pogamut.ut2004.agent.navigation Navigation API for Unreal. 
cz.cuni.amis.pogamut.ut2004.bot.impl   
 

Uses of IUT2004RunStraight in cz.cuni.amis.pogamut.ut2004.agent.navigation
 

Classes in cz.cuni.amis.pogamut.ut2004.agent.navigation that implement IUT2004RunStraight
 class UT2004RunStraight
          Run straight class is meant to provide "straight running" combined with "stuck detection".
 

Fields in cz.cuni.amis.pogamut.ut2004.agent.navigation declared as IUT2004RunStraight
protected  IUT2004RunStraight UT2004Navigation.runStraight
          UT2004RunStraight is used to run directly to player at some moment.
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.navigation that return IUT2004RunStraight
 IUT2004RunStraight UT2004Navigation.getRunStraight()
           
 IUT2004RunStraight IUT2004Navigation.getRunStraight()
          Returns underlying IUT2004RunStraight object that is being used by this IUT2004Navigation.
 

Constructors in cz.cuni.amis.pogamut.ut2004.agent.navigation with parameters of type IUT2004RunStraight
UT2004Navigation(UT2004Bot bot, IUT2004PathExecutor ut2004PathExecutor, IPathPlanner<NavPoint> pathPlanner, IUT2004GetBackToNavGraph getBackOnPath, IUT2004RunStraight runStraight)
          Here you may specify any custom UT2004Navigation parts.
UT2004Navigation(UT2004Bot bot, IUT2004PathExecutor ut2004PathExecutor, IPathPlanner<NavPoint> pathPlanner, IUT2004GetBackToNavGraph getBackOnPath, IUT2004RunStraight runStraight, double extendPathThreshold)
          Here you may specify any custom UT2004Navigation parts.
 

Uses of IUT2004RunStraight in cz.cuni.amis.pogamut.ut2004.bot.impl
 

Fields in cz.cuni.amis.pogamut.ut2004.bot.impl declared as IUT2004RunStraight
protected  IUT2004RunStraight UT2004BotModuleController.runStraight
          Navigation helper that can run-straight to some point with stuck detectors.
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.