Pular para o conteúdo principal

Class: GraphicsSettings

This page documents the methods and fields available in the GraphicsSettings class.

Members

SignatureDescription
getEnvironmentTexture()Returns the current environment texture.
getReflectivity()Returns the current reflectivity.
getResolutionID()Returns the current resolution id.
isAdvancedGraphicsEnabled()Returns whether advanced graphics enabled is true.
isAutoGenerateNormalMaps()Returns whether auto generate normal maps is true.
isEnableBloom()Returns whether enable bloom is true.
isEnableCBS()Returns whether enable cbs is true.
isEnableReflections()Returns whether enable reflections is true.
isEnableVignette()Returns whether enable vignette is true.
isUseSkyboxEnvironment()Returns whether use skybox environment is true.
setAdvancedGraphicsEnabled(boolean)Sets or updates the advanced graphics enabled.
setAutoGenerateNormalMaps(boolean)Sets or updates the auto generate normal maps.
setEnableBloom(boolean)Sets or updates the enable bloom.
setEnableCBS(boolean)Sets or updates the enable cbs.
setEnableReflections(boolean)Sets or updates the enable reflections.
setEnableVignette(boolean)Sets or updates the enable vignette.
setEnvironmentTexture(Texture)Sets or updates the environment texture.
setReflectivity(float)Sets or updates the reflectivity.
setResolutionID(int)Sets or updates the resolution id.
setUseSkyboxEnvironment(boolean)Sets or updates the use skybox environment.