Package com.prineside.tdi2.systems
Class PathRenderingSystem
java.lang.Object
com.prineside.tdi2.Registrable
com.prineside.tdi2.GameSystem
com.prineside.tdi2.systems.PathRenderingSystem
- All Implemented Interfaces:
 Disposable,KryoSerializable
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsFields inherited from class com.prineside.tdi2.Registrable
S - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanvoiddispose()Releases all resources of this object.voidvoidPerforms the final configuration of the system.booleanShould the update() method be rendered on the debug overlayvoidvoidvoidsetup()Performs the initial configuration of the system.voidshowAllPathTraces(boolean enabled) voidMethods inherited from class com.prineside.tdi2.GameSystem
getFastStateHash, postStateRestore, updateMethods inherited from class com.prineside.tdi2.Registrable
isRegistered, read, setRegistered, setUnregistered, write 
- 
Field Details
- 
dontDrawOverPlatforms
public boolean dontDrawOverPlatforms 
 - 
 - 
Constructor Details
- 
PathRenderingSystem
public PathRenderingSystem() 
 - 
 - 
Method Details
- 
affectsGameState
public boolean affectsGameState()- Specified by:
 affectsGameStatein classGameSystem
 - 
setup
public void setup()Description copied from class:GameSystemPerforms the initial configuration of the system. At the moment of call, systemProvider already contains all objects of systems.- Overrides:
 setupin classGameSystem
 - 
postSetup
public void postSetup()Description copied from class:GameSystemPerforms the final configuration of the system. At the moment of call, all systems are already loaded and setup(), all listeners are already added.- Overrides:
 postSetupin classGameSystem
 - 
profileUpdate
public boolean profileUpdate()Description copied from class:GameSystemShould the update() method be rendered on the debug overlay- Overrides:
 profileUpdatein classGameSystem
 - 
getSystemName
- Specified by:
 getSystemNamein classGameSystem
 - 
showAllPathTraces
public void showAllPathTraces(boolean enabled)  - 
draw
 - 
setPaths
 - 
updatePathTracesRendering
public void updatePathTracesRendering() - 
removePaths
public void removePaths() - 
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.utils.DisposableReleases all resources of this object.- Specified by:
 disposein interfaceDisposable- Overrides:
 disposein classGameSystem
 
 -