Interface OgreNode

  • All Superinterfaces:
    be.yildizgames.common.gameobject.Deletable, be.yildizgames.common.gameobject.Movable, be.yildizgames.common.jni.Native
    All Known Implementing Classes:
    OgreNodeBase, OgreNodeMovable, OgreNodeStatic

    public interface OgreNode
    extends be.yildizgames.common.jni.Native, be.yildizgames.common.gameobject.Movable
    Java part for the yz::Node.
    Author:
    Grégory Van den Borre
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()  
      void hide()  
      be.yildizgames.common.geometry.Point3D rotate​(float yaw, float pitch)  
      void show()  
      • Methods inherited from interface be.yildizgames.common.gameobject.Deletable

        delete
      • Methods inherited from interface be.yildizgames.common.gameobject.Movable

        addChild, addOptionalChild, attachTo, attachToOptional, detachFromParent, getAbsoluteDirection, getAbsolutePosition, getDirection, getInternal, getPosition, removeChild, setDirection, setDirection, setPosition, setPosition
      • Methods inherited from interface be.yildizgames.common.jni.Native

        delete, getPointer
    • Method Detail

      • show

        void show()
      • hide

        void hide()
      • rotate

        be.yildizgames.common.geometry.Point3D rotate​(float yaw,
                                                      float pitch)