|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NavigationState | |
|---|---|
| cz.cuni.amis.pogamut.ut2004.agent.navigation | Navigation API for Unreal. |
| cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.pathfollowing | |
| Uses of NavigationState in cz.cuni.amis.pogamut.ut2004.agent.navigation |
|---|
| Fields in cz.cuni.amis.pogamut.ut2004.agent.navigation with type parameters of type NavigationState | |
|---|---|
protected cz.cuni.amis.utils.flag.Flag<NavigationState> |
UT2004Navigation.state
State of UT2004Navigation |
| Methods in cz.cuni.amis.pogamut.ut2004.agent.navigation that return NavigationState | |
|---|---|
static NavigationState |
NavigationState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NavigationState[] |
NavigationState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in cz.cuni.amis.pogamut.ut2004.agent.navigation that return types with arguments of type NavigationState | |
|---|---|
cz.cuni.amis.utils.flag.Flag<NavigationState> |
UT2004Navigation.getState()
|
cz.cuni.amis.utils.flag.Flag<NavigationState> |
IUT2004Navigation.getState()
Returns an immutable flag with the current state of the navigation. |
| Methods in cz.cuni.amis.pogamut.ut2004.agent.navigation with parameters of type NavigationState | |
|---|---|
protected void |
UT2004Navigation.reset(boolean stopGetBackToNavGraph,
NavigationState resultState)
|
protected void |
UT2004Navigation.switchState(NavigationState newState)
|
| Method parameters in cz.cuni.amis.pogamut.ut2004.agent.navigation with type arguments of type NavigationState | |
|---|---|
void |
UT2004Navigation.addStrongNavigationListener(cz.cuni.amis.utils.flag.FlagListener<NavigationState> listener)
|
void |
IUT2004Navigation.addStrongNavigationListener(cz.cuni.amis.utils.flag.FlagListener<NavigationState> listener)
Use this to register listeners to various states the navigation - stuck, target reached, etc. |
void |
UT2004Navigation.removeStrongNavigationListener(cz.cuni.amis.utils.flag.FlagListener<NavigationState> listener)
|
void |
IUT2004Navigation.removeStrongNavigationListener(cz.cuni.amis.utils.flag.FlagListener<NavigationState> listener)
Removes path state listener. |
| Uses of NavigationState in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.pathfollowing |
|---|
| Fields in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.pathfollowing with type parameters of type NavigationState | |
|---|---|
protected cz.cuni.amis.utils.flag.Flag<NavigationState> |
NavMeshNavigation.state
State of UT2004Navigation |
| Methods in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.pathfollowing that return types with arguments of type NavigationState | |
|---|---|
cz.cuni.amis.utils.flag.Flag<NavigationState> |
NavMeshNavigation.getState()
|
| Methods in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.pathfollowing with parameters of type NavigationState | |
|---|---|
protected void |
NavMeshNavigation.reset(boolean stopGetBackToNavGraph,
NavigationState resultState)
|
protected void |
NavMeshNavigation.switchState(NavigationState newState)
|
| Method parameters in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.pathfollowing with type arguments of type NavigationState | |
|---|---|
void |
NavMeshNavigation.addStrongNavigationListener(cz.cuni.amis.utils.flag.FlagListener<NavigationState> listener)
|
void |
NavMeshNavigation.removeStrongNavigationListener(cz.cuni.amis.utils.flag.FlagListener<NavigationState> listener)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||