Details
Add Drawing Manga_Flash_Color effect to your camera.
Add it to the Camera GameObject via the Components menu
CameraFilterPack > Drawing > Manga_Flash_Color


*without and with Camera Filter Pack Drawing Manga_Flash_Color
Property |
Range |
Default |
---|---|---|
Size | 1f to 10f | 1f |
PosX | -1f to 1f | 0.5f |
PosY | -1f to 1f | 0.5f |
Speed | 0 to 1 | 5 |
Manipulate Drawing Manga_Flash_Color by script
Example:
// Drag and Drop your Camera GameObject
// with the Drawing Manga_Flash_Color component
// to your current script on the CamFX_Drawing_Manga_Flash_Color field
public CameraFilterPack_Drawing_Manga_Flash_Color CamFX_Drawing_Manga_Flash_Color;
void Update()
{
CamFX_Drawing_Manga_Flash_Color.Size = 1f;
}