Enum Class VpStep

java.lang.Object
java.lang.Enum<VpStep>
com.jme3.profile.VpStep
All Implemented Interfaces:
Serializable, Comparable<VpStep>, Constable

public enum VpStep extends Enum<VpStep>
Indicates a ViewPort-level step within the profiled frame.
  • Enum Constant Details

    • BeginRender

      public static final VpStep BeginRender
    • RenderScene

      public static final VpStep RenderScene
    • PreFrame

      public static final VpStep PreFrame
    • PostQueue

      public static final VpStep PostQueue
    • FlushQueue

      public static final VpStep FlushQueue
    • PostFrame

      public static final VpStep PostFrame
    • ProcEndRender

      public static final VpStep ProcEndRender
    • RenderBucket

      public static final VpStep RenderBucket
    • EndRender

      public static final VpStep EndRender
  • Method Details

    • values

      public static VpStep[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static VpStep valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null