Interface GuiViewPortFragment

All Superinterfaces:
Fragment
All Known Implementing Classes:
NWindowManagerComponent

@Deprecated public interface GuiViewPortFragment extends Fragment
Deprecated.
A fragment that provides access to a GUI ViewPort. A GUI ViewPort is an object that contains the camera and scene to be rendered for the GUI.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Node
    Deprecated.
    Get the first scene node of the GUI ViewPort.
    default void
    Deprecated.
    Receive a GUI ViewPort instance as soon as it is available.
    default void
    updateGuiViewPort(ViewPort vp, float tpf)
    Deprecated.
     
  • Method Details

    • getGuiNode

      default Node getGuiNode(ViewPort vp)
      Deprecated.
      Get the first scene node of the GUI ViewPort. This is usually the root node of the GUI scene graph.
      Parameters:
      vp - the ViewPort instance
      Returns:
      the root node of the GUI scene graph
    • receiveGuiViewPort

      default void receiveGuiViewPort(ViewPort vp)
      Deprecated.
      Receive a GUI ViewPort instance as soon as it is available. The reference to the GUI ViewPort can be stored and
      Parameters:
      vp - the ViewPort instance
    • updateGuiViewPort

      default void updateGuiViewPort(ViewPort vp, float tpf)
      Deprecated.