Class DirtyFlushSystem

java.lang.Object
com.artemis.BaseSystem
games.pixscape.runtime.system.DirtyFlushSystem
All Implemented Interfaces:
ProfiledSystem

public final class DirtyFlushSystem extends com.artemis.BaseSystem implements ProfiledSystem
Explicit dirty flush at end of frame, to remove dependency on implicit ordering.
  • Constructor Details

    • DirtyFlushSystem

      public DirtyFlushSystem()
  • Method Details

    • processSystem

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

      public void finishRuntimeAvailability()
      Clears load-time dirty state after every persistent consumer has prepared.
    • setSystemProfiler

      public void setSystemProfiler(SystemProfiler profiler)
      Specified by:
      setSystemProfiler in interface ProfiledSystem