Uses of Class
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.MoveCamera

Packages that use MoveCamera
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands   
 

Uses of MoveCamera in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands that return MoveCamera
 MoveCamera MoveCamera.setDestination(Location Destination)
          Final destination where the camera should move.
 MoveCamera MoveCamera.setDirection(javax.vecmath.Vector3d Direction)
          Vector that sets direction of the move of this camera.
 MoveCamera MoveCamera.setId(UnrealId Id)
          UnrealId of the player that is a camera and that we want to move.
 MoveCamera MoveCamera.setRotation(Rotation Rotation)
          Desired rotation.
 MoveCamera MoveCamera.setRotationSpeed(Rotation RotationSpeed)
          Desired rotation speed.
 MoveCamera MoveCamera.setSpeed(Double Speed)
          Set the speed of the move of this camera.
 MoveCamera MoveCamera.setTime(Double Time)
          How long this move of this camera will last (in seconds).
 

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



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