Interface SoSceneManager.AbortRenderTask

Enclosing class:
SoSceneManager

public static interface SoSceneManager.AbortRenderTask
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    run(SoAction action)
    Invoked by some Open Inventor nodes to know if the specified action should be aborted.
  • Method Details

    • run

      boolean run(SoAction action)
      Invoked by some Open Inventor nodes to know if the specified action should be aborted.
      Returns:
      true if the action should be aborted