Enum Class WorldVfxEngineInput
- All Implemented Interfaces:
Serializable, Comparable<WorldVfxEngineInput>, Constable
Stable inputs supplied by RenderLib to every VFX graph evaluation.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionMonotonic seconds since the RenderLib client renderer started.Positive linear view-space depth in world units from the frozen scene snapshot.Positive linear view-space depth in world units for the VFX fragment. -
Method Summary
Modifier and TypeMethodDescriptiontype()static WorldVfxEngineInputReturns the enum constant of this class with the specified name.static WorldVfxEngineInput[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LOCAL_POSITION
-
WORLD_POSITION
-
NORMAL
-
UV
-
VERTEX_COLOR
-
MATERIAL_COLOR
-
INSTANCE_COLOR
-
INSTANCE_EFFECT
-
CAMERA_POSITION
-
VIEW_DIRECTION
-
CAMERA_DISTANCE
-
SURFACE_DEPTH
Positive linear view-space depth in world units for the VFX fragment. -
GAME_TIME
-
REAL_TIME
Monotonic seconds since the RenderLib client renderer started. -
SCREEN_UV
-
SCENE_COLOR
-
SCENE_DEPTH
Positive linear view-space depth in world units from the frozen scene 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
-
type
-
sceneInputs
-