Class NodeQueue


  • public class NodeQueue
    extends java.lang.Object
    NodeQueue. We use it to reduce the EffectNodes in the Scene. So there can be ony as many Effects the same time as the Maxsize.
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeQueue​(int maxsize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.jme3.scene.Node push​(com.jme3.scene.Node node)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeQueue

        public NodeQueue​(int maxsize)
    • Method Detail

      • push

        public com.jme3.scene.Node push​(com.jme3.scene.Node node)