Interface VisualManager<T>


@NonExtendable public interface VisualManager<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    queueAdd(T obj)
     
    void
     
    void
     
    int
    Get the number of game objects that are currently being visualized.
  • Method Details

    • visualCount

      int visualCount()
      Get the number of game objects that are currently being visualized.
      Returns:
      The visual count.
    • queueAdd

      void queueAdd(T obj)
    • queueRemove

      void queueRemove(T obj)
    • queueUpdate

      void queueUpdate(T obj)