Module technology.sola.engine
Package technology.sola.engine.core
Interface SolaPlatformCommonConfig
@NullMarked
public interface SolaPlatformCommonConfig
SolaPlatformCommonConfig defines common configuration options for all
SolaPlatform
s.-
Method Summary
Modifier and TypeMethodDescriptionSets the color that the SolaPlatform will clear to before rendering.boolean
Whether software rendering should be used instead of native rendering for theSolaPlatform
.
-
Method Details
-
useSoftwareRendering
boolean useSoftwareRendering()Whether software rendering should be used instead of native rendering for theSolaPlatform
.- Returns:
- true if using software rendering
-
backgroundColor
Color backgroundColor()Sets the color that the SolaPlatform will clear to before rendering.- Returns:
- the background color
-