|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NavigationGraphBuilder | |
|---|---|
| cz.cuni.amis.pogamut.ut2004.agent.navigation | Navigation API for Unreal. |
| cz.cuni.amis.pogamut.ut2004.bot.impl | |
| Uses of NavigationGraphBuilder in cz.cuni.amis.pogamut.ut2004.agent.navigation |
|---|
| Constructors in cz.cuni.amis.pogamut.ut2004.agent.navigation with parameters of type NavigationGraphBuilder | |
|---|---|
UT2004PathAutoFixer(UT2004Bot bot,
IUT2004PathExecutor<? extends ILocated> pathExecutor,
FloydWarshallMap fwMap,
NavigationGraphBuilder navBuilder)
UT2004PathAutoFixer will remove edge whenever bot fails UT2004PathAutoFixer.REAMOVE_EDGE_AFTER_N_FAILURES_DEFAULT times to walk through it. |
|
UT2004PathAutoFixer(UT2004Bot bot,
IUT2004PathExecutor<? extends ILocated> pathExecutor,
FloydWarshallMap fwMap,
NavigationGraphBuilder navBuilder,
int removeBadEdgeAfterNFailures)
UT2004PathAutoFixer will remove edge whenever bot fails 'removeBadEdgeAfterNFailures' times to walk through it. |
|
| Uses of NavigationGraphBuilder in cz.cuni.amis.pogamut.ut2004.bot.impl |
|---|
| Fields in cz.cuni.amis.pogamut.ut2004.bot.impl declared as NavigationGraphBuilder | |
|---|---|
protected NavigationGraphBuilder |
UT2004BotModuleController.navBuilder
Navigation graph builder that may be used to manually extend the navigation graph of the UT2004. |
| Methods in cz.cuni.amis.pogamut.ut2004.bot.impl that return NavigationGraphBuilder | |
|---|---|
NavigationGraphBuilder |
UT2004BotModuleController.getNavBuilder()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||