Interface VisualManager<T>
@NonExtendable
public interface VisualManager<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidqueueRemove(T obj) voidqueueUpdate(T obj) intGet 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
-
queueRemove
-
queueUpdate
-