Enum Class WorldRenderCapability
- All Implemented Interfaces:
Serializable, Comparable<WorldRenderCapability>, Constable
Independently routable rendering capabilities.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRead-only sampling from the one-per-phase frozen scene-color snapshot.Read-only sampling from the one-per-phase frozen scene-depth snapshot.Fixed universal-shader execution of bounded typed world VFX bytecode. -
Method Summary
Modifier and TypeMethodDescriptionstatic WorldRenderCapabilityReturns the enum constant of this class with the specified name.static WorldRenderCapability[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PORTABLE_GEOMETRY
-
PORTABLE_TEXT
-
TEXTURES
-
GPU_INSTANCING
-
PROJECTED_DECALS
-
SOFT_PARTICLES
-
BLOOM
-
SCREEN_SPACE_OUTLINE
-
VFX_GRAPHS
Fixed universal-shader execution of bounded typed world VFX bytecode. -
SCENE_COLOR_SAMPLING
Read-only sampling from the one-per-phase frozen scene-color snapshot. -
SCENE_DEPTH_SAMPLING
Read-only sampling from the one-per-phase frozen scene-depth snapshot.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-