Enum Constant and Description |
---|
BeginFrame |
EndFrame |
ProcessAudio |
ProcessInput |
QueuedTasks |
RenderFrame |
RenderMainViewPorts |
RenderPostViewPorts |
RenderPreviewViewPorts |
SpatialUpdate |
StateManagerRender |
StateManagerUpdate |
Modifier and Type | Method and Description |
---|---|
static AppStep |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppStep[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppStep BeginFrame
public static final AppStep QueuedTasks
public static final AppStep ProcessInput
public static final AppStep ProcessAudio
public static final AppStep StateManagerUpdate
public static final AppStep SpatialUpdate
public static final AppStep StateManagerRender
public static final AppStep RenderFrame
public static final AppStep RenderPreviewViewPorts
public static final AppStep RenderMainViewPorts
public static final AppStep RenderPostViewPorts
public static final AppStep EndFrame
public static AppStep[] values()
for (AppStep c : AppStep.values()) System.out.println(c);
public static AppStep valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null