game.graphics.layer
Class CEphemereLayer

java.lang.Object
  extended by game.graphics.layer.CGraphicLayer
      extended by game.graphics.layer.CEphemereLayer

public class CEphemereLayer
extends CGraphicLayer

Same as CGraphicLayer but dead objects are removed during the animate() function.

Author:
admin

Field Summary
 
Fields inherited from class game.graphics.layer.CGraphicLayer
m_cGraphicObjects, m_isEnabled
 
Constructor Summary
CEphemereLayer()
           
 
Method Summary
 void animate(float dt)
           
 
Methods inherited from class game.graphics.layer.CGraphicLayer
add, begin, clear, cycle, disable, draw, enable, isEnabled, remove, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CEphemereLayer

public CEphemereLayer()
Method Detail

animate

public void animate(float dt)
Overrides:
animate in class CGraphicLayer