public class

FixedStepEngine

extends Engine
java.lang.Object
   ↳ org.anddev.andengine.engine.Engine
     ↳ org.anddev.andengine.engine.FixedStepEngine

Class Overview

A subclass of Engine that tries to achieve a specific amount of updates per second. When the time since the last update is bigger long the steplength, additional updates are executed. (c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

[Expand]
Inherited Constants
From interface org.anddev.andengine.util.constants.TimeConstants
[Expand]
Inherited Fields
From class org.anddev.andengine.engine.Engine
Public Constructors
FixedStepEngine(EngineOptions pEngineOptions, int pStepsPerSecond)
Public Methods
void onUpdate(long pNanosecondsElapsed)
[Expand]
Inherited Methods
From class org.anddev.andengine.engine.Engine
From class java.lang.Object
From interface android.hardware.SensorEventListener
From interface android.location.LocationListener
From interface android.view.View.OnTouchListener
From interface org.anddev.andengine.input.touch.controller.ITouchController.ITouchEventCallback

Public Constructors

public FixedStepEngine (EngineOptions pEngineOptions, int pStepsPerSecond)

Public Methods

public void onUpdate (long pNanosecondsElapsed)