Interface FrameTransferSceneProcessor

  • All Superinterfaces:
    com.jme3.post.SceneProcessor

    public interface FrameTransferSceneProcessor
    extends com.jme3.post.SceneProcessor
    The interface for implementing frame transfer processor.
    • Method Detail

      • isMain

        boolean isMain()
        Is main boolean.
        Returns:
        if this processor is main.
      • isEnabled

        boolean isEnabled()
        Is enabled boolean.
        Returns:
        true if this processor is enabled.
      • setEnabled

        void setEnabled​(boolean enabled)
        Sets enabled.
        Parameters:
        enabled - true if this processor is enabled.
      • reshape

        void reshape()
        Reshape a screen.