Package games.pixscape.runtime.system
Class DirtyFlushSystem
java.lang.Object
com.artemis.BaseSystem
games.pixscape.runtime.system.DirtyFlushSystem
- All Implemented Interfaces:
ProfiledSystem
Explicit dirty flush at end of frame, to remove dependency on implicit ordering.
-
Field Summary
Fields inherited from class com.artemis.BaseSystem
world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidClears load-time dirty state after every persistent consumer has prepared.protected voidvoidsetSystemProfiler(SystemProfiler profiler) Methods inherited from class com.artemis.BaseSystem
begin, checkProcessing, dispose, end, getWorld, initialize, isEnabled, process, setEnabled, setWorld
-
Constructor Details
-
DirtyFlushSystem
public DirtyFlushSystem()
-
-
Method Details
-
processSystem
protected void processSystem()- Specified by:
processSystemin classcom.artemis.BaseSystem
-
finishRuntimeAvailability
public void finishRuntimeAvailability()Clears load-time dirty state after every persistent consumer has prepared. -
setSystemProfiler
- Specified by:
setSystemProfilerin interfaceProfiledSystem
-