Package gaiasky.render.api
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
Modifier and TypeInterfaceDescriptionstatic class
static enum
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doneLoading
(com.badlogic.gdx.assets.AssetManager manager) void
initialize
(com.badlogic.gdx.assets.AssetManager manager) boolean
isEnabled
(Class<? extends PostProcessorEffect> clazz) boolean
boolean
void
resize
(int width, int height, int targetWidth, int targetHeight) void
resizeImmediate
(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()
-