public class

FrameCounter

extends Object
implements IUpdateHandler
java.lang.Object
   ↳ org.andengine.entity.util.FrameCounter

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

Public Constructors
FrameCounter()
Public Methods
int getFrames()
void onUpdate(float pSecondsElapsed)
void reset()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.andengine.engine.handler.IUpdateHandler

Public Constructors

public FrameCounter ()

Public Methods

public int getFrames ()

public void onUpdate (float pSecondsElapsed)

public void reset ()