Module plugin

Source

Structs§

AfterglowImages
Crt2dPlugin
Plugin creates a Camera2dBundle with a PrimaryCamera component attached. Camera renders to an image which is then processed using the CRT effect before being rendered to the screen.
Crt3dPlugin
Plugin creates a Camera3dBundle with a PrimaryCamera component attached. Camera renders to an image which is then processed using the CRT effect before being rendered to the screen.
PrimaryCamera
This component is attached to the Camera2dBundle or Camera3dBundle by the respective CRT Effect plugin. You can use this component to query for and make changes to the camera. You must use this provided camera for the CRT effect to work, however you can modify as long as you do not change the RenderTarget.

Functions§

setup_post_2d
Main setup system for Crt2dPlugin Put any setup systems which need the camera created here, or other resources after this.
setup_post_3d
Main setup system for Crt3dPlugin Put any setup systems which need the camera created here, or other resources after this.