Class monkeyApp_Grid


  • public class monkeyApp_Grid
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      monkeyApp_Grid​(float areaSize, float spaceSize, com.jme3.asset.AssetManager assetManager, boolean isGrid)  
    • Method Summary

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

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

      • monkeyApp_Grid

        public monkeyApp_Grid​(float areaSize,
                              float spaceSize,
                              com.jme3.asset.AssetManager assetManager,
                              boolean isGrid)
    • Method Detail

      • getGrid

        public com.jme3.scene.Node getGrid()