Class MonkeyHelper


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

      Constructors 
      Constructor Description
      MonkeyHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.jme3.scene.Geometry giveArrow​(com.jme3.math.ColorRGBA color, float thickness, com.jme3.math.Vector3f direction, com.jme3.asset.AssetManager assetManager)  
      static com.jme3.scene.Geometry giveArrow​(com.jme3.math.ColorRGBA color, com.jme3.math.Vector3f direction, com.jme3.asset.AssetManager assetManager)  
      • Methods inherited from class java.lang.Object

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

      • MonkeyHelper

        public MonkeyHelper()
    • Method Detail

      • giveArrow

        public static com.jme3.scene.Geometry giveArrow​(com.jme3.math.ColorRGBA color,
                                                        com.jme3.math.Vector3f direction,
                                                        com.jme3.asset.AssetManager assetManager)
      • giveArrow

        public static com.jme3.scene.Geometry giveArrow​(com.jme3.math.ColorRGBA color,
                                                        float thickness,
                                                        com.jme3.math.Vector3f direction,
                                                        com.jme3.asset.AssetManager assetManager)