Interface VisualManager<T>
- All Known Implementing Classes:
VisualManagerImpl
@NonExtendable
public interface VisualManager<T>
-
Method Summary
Modifier and TypeMethodDescriptionintGet the number of game objects that are currently being visualized.voidvoidqueueRemove(T obj) voidqueueUpdate(T obj)
-
Method Details
-
getVisualCount
int getVisualCount()Get the number of game objects that are currently being visualized.- Returns:
- The visual count.
-
queueAdd
-
queueRemove
-
queueUpdate
-