Package gaiasky.util.svt
Class SVTManager
java.lang.Object
gaiasky.util.svt.SVTManager
- All Implemented Interfaces:
IObserver
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doneLoading
(com.badlogic.gdx.assets.AssetManager manager) static int
void
Event notification call.void
Processes the current observed tiles queue.void
updateObservedTiles
(FloatBuffer tileDetectionBuffer) Flushes the current observed tiles queue, and refills it using the data in the given tile detection buffer.
-
Constructor Details
-
SVTManager
public SVTManager()
-
-
Method Details
-
nextSvtId
public static int nextSvtId() -
doneLoading
public void doneLoading(com.badlogic.gdx.assets.AssetManager manager) -
updateObservedTiles
Flushes the current observed tiles queue, and refills it using the data in the given tile detection buffer.- Parameters:
tileDetectionBuffer
- The tile detection buffer data.
-
processObservedTiles
public void processObservedTiles()Processes the current observed tiles queue. -
notify
Description copied from interface:IObserver
Event notification call.
-