Structs
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.
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.
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
Main setup system for Crt2dPlugin
Put any setup systems which need the camera created here, or other resources after this.
Main setup system for Crt3dPlugin
Put any setup systems which need the camera created here, or other resources after this.