Uses of Class
org.xith3d.loop.RenderLoop.RunMode

Packages that use RenderLoop.RunMode
org.xith3d.loop   
 

Uses of RenderLoop.RunMode in org.xith3d.loop
 

Methods in org.xith3d.loop that return RenderLoop.RunMode
 RenderLoop.RunMode RenderLoop.getRunMode()
           
static RenderLoop.RunMode RenderLoop.RunMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RenderLoop.RunMode[] RenderLoop.RunMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xith3d.loop with parameters of type RenderLoop.RunMode
 void RenderLoop.begin(RenderLoop.RunMode runMode)
          Starts this rendering-loop with TimingMode.MICROSECONDS.
 void RenderLoop.begin(RenderLoop.RunMode runMode, UpdatingThread.TimingMode timingMode)
          Starts this RenderLoop.