Package gaiasky.render
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) booleanvoidresize(int width, int height) voidresizeImmediate(int width, int height) 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) -
resizeImmediate
void resizeImmediate(int width, int height) -
isLightScatterEnabled
boolean isLightScatterEnabled()
-