Class DirtyFlushSystem

java.lang.Object
com.artemis.BaseSystem
games.pixscape.runtime.system.DirtyFlushSystem

public final class DirtyFlushSystem extends com.artemis.BaseSystem
Flush explicite des dirty en fin de frame, pour enlever la dépendance à l'ordre implicite.
  • Field Summary

    Fields inherited from class com.artemis.BaseSystem

    world
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class com.artemis.BaseSystem

    begin, checkProcessing, dispose, end, getWorld, initialize, isEnabled, process, setEnabled, setWorld

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DirtyFlushSystem

      public DirtyFlushSystem()
  • Method Details

    • processSystem

      protected void processSystem()
      Specified by:
      processSystem in class com.artemis.BaseSystem