Class SVTManager

java.lang.Object
gaiasky.util.svt.SVTManager
All Implemented Interfaces:
IObserver

public class SVTManager extends Object implements IObserver
  • Constructor Details

    • SVTManager

      public SVTManager()
  • Method Details

    • nextSvtId

      public static int nextSvtId()
    • doneLoading

      public void doneLoading(com.badlogic.gdx.assets.AssetManager manager)
    • updateObservedTiles

      public void updateObservedTiles(FloatBuffer tileDetectionBuffer)
      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

      public void notify(Event event, Object source, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Specified by:
      notify in interface IObserver
      Parameters:
      event - The event type.
      source - The source object, if any.
      data - The data associated with this event.