Class ExampleSystem
java.lang.Object
zombie.entity.EngineSystem
zombie.entity.system.ExampleSystem
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class EngineSystem
getEngine, getRenderLastPriority, getUpdatePriority, getUpdateSimulationPriority, isEnabled, isRenderer, isSimulationUpdater, isUpdater, removedFromEngine, renderLast, setEnabled, setRenderer, setSimulationUpdater, setUpdater
-
Constructor Details
-
ExampleSystem
public ExampleSystem(int updatePriority)
-
-
Method Details
-
addedToEngine
- Overrides:
addedToEnginein classEngineSystem
-
update
public void update()- Overrides:
updatein classEngineSystem
-
updateSimulation
public void updateSimulation()- Overrides:
updateSimulationin classEngineSystem
-