Class MyScene

java.lang.Object
  extended by Scene
      extended by RobotScene
          extended by MyScene

public class MyScene
extends RobotScene


Constructor Summary
MyScene()
           
 
Method Summary
 void performCustomPropertySetUp()
           
 void run()
           
 void step()
           
 
Methods inherited from class RobotScene
draw, getCamera, performSceneEditorGeneratedSetUp, performSetUp, showScene
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyScene

public MyScene()
Method Detail

performCustomPropertySetUp

public void performCustomPropertySetUp()
Specified by:
performCustomPropertySetUp in class RobotScene

run

public void run()
Specified by:
run in class RobotScene

step

public void step()