Interface IPostProcessor
- All Superinterfaces:
com.badlogic.gdx.utils.Disposable
- All Known Implementing Classes:
MainPostProcessor
public interface IPostProcessor
extends com.badlogic.gdx.utils.Disposable
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic enum -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoiddoneLoading(com.badlogic.gdx.assets.AssetManager manager) voidinitialize(com.badlogic.gdx.assets.AssetManager manager) booleanisEnabled(Class<? extends PostProcessorEffect> clazz) booleanbooleanvoidresize(int width, int height, int targetWidth, int targetHeight) voidresizeImmediate(int width, int height, int targetWidth, int targetHeight) Methods inherited from interface com.badlogic.gdx.utils.Disposable
dispose
-
Field Details
-
DEFAULT_KEY
- See Also:
-
-
Method Details
-
initialize
void initialize(com.badlogic.gdx.assets.AssetManager manager) -
doneLoading
void doneLoading(com.badlogic.gdx.assets.AssetManager manager) -
getPostProcessBean
-
resize
void resize(int width, int height, int targetWidth, int targetHeight) -
resizeImmediate
void resizeImmediate(int width, int height, int targetWidth, int targetHeight) -
isEnabled
-
isLightScatterEnabled
boolean isLightScatterEnabled() -
isLensFlareEnabled
boolean isLensFlareEnabled()
-