Enum Class SpStep

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

public enum SpStep extends Enum<SpStep>
Indicates a scene processor-level step within the profiled frame.

Created by Nehon on 25/01/2017.

  • Enum Constant Details

    • ProcPreFrame

      public static final SpStep ProcPreFrame
    • ProcPostQueue

      public static final SpStep ProcPostQueue
    • ProcPostFrame

      public static final SpStep ProcPostFrame
  • Method Details

    • values

      public static SpStep[] 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 SpStep 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