Class RenderConfig
java.lang.Object
dev.prozilla.pine.core.state.config.RenderConfig
Manages configuration options related to rendering.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ConfigOption
<Boolean> Defaults totrue
.final ConfigOption
<Boolean> Defaults totrue
.final ConfigOption
<Color> Defaults to white.static final ConfigKey
<RenderMode> final ConfigOption
<RenderMode> Defaults toRenderMode.NORMAL
. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FALLBACK_RENDER_COLOR
-
ENABLE_BLEND
-
ENABLE_DEPTH_TEST
-
RENDER_MODE
-
fallbackRenderColor
Defaults to white. -
enableBlend
Defaults totrue
. -
enableDepthTest
Defaults totrue
. -
renderMode
Defaults toRenderMode.NORMAL
.
-
-
Constructor Details
-
RenderConfig
public RenderConfig()
-