Uses of Interface
SteeringStuff.IRaysFlagChanged

Packages that use IRaysFlagChanged
Steerings   
SteeringStuff   
 

Uses of IRaysFlagChanged in Steerings
 

Classes in Steerings that implement IRaysFlagChanged
 class ObstacleAvoidanceSteer
          A class for providing obstacle avoiding steering via raycasting.
 class WallFollowingSteer
          A class for providing wall following steering to bots via raycasting.
 

Uses of IRaysFlagChanged in SteeringStuff
 

Methods in SteeringStuff with parameters of type IRaysFlagChanged
 void RaycastingManager.addRayFlagChangedListener(SteeringType type, IRaysFlagChanged listener)
          Adds new ISteeringPropertiesChangedListener - he will listen for changes in some steering properties.
 void RaycastingManager.addRays(SteeringType type, LinkedList<SteeringRay> rayList, IRaysFlagChanged listener)
          Adds rays of the type.
 



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