Uses of Class
cz.cuni.amis.pogamut.udk.communication.messages.gbcommands.Trace

Packages that use Trace
cz.cuni.amis.pogamut.udk.communication.messages.gbcommands   
 

Uses of Trace in cz.cuni.amis.pogamut.udk.communication.messages.gbcommands
 

Methods in cz.cuni.amis.pogamut.udk.communication.messages.gbcommands that return Trace
 Trace Trace.setFrom(cz.cuni.amis.pogamut.base3d.worldview.object.Location From)
          Origin point of the ray.
 Trace Trace.setId(String Id)
          Message Id made up by you and echoed in response so you can match up response with query.
 Trace Trace.setTo(cz.cuni.amis.pogamut.base3d.worldview.object.Location To)
          Target point of the ray.
 Trace Trace.setTraceActors(boolean TraceActors)
          When true it means that all actors will be traced – for example players, bots, monsters, items etc. in a game.
 

Constructors in cz.cuni.amis.pogamut.udk.communication.messages.gbcommands with parameters of type Trace
Trace(Trace original)
          Cloning constructor.
 



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