Details
Add Drawing Manga_Flash effect to your camera.
Add it to the Camera GameObject via the Components menu
CameraFilterPack > Drawing > Manga_Flash
*without and with Camera Filter Pack Drawing Manga_Flash
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 by script
Example:
// Drag and Drop your Camera GameObject
// with the Drawing Manga_Flash component
// to your current script on the CamFX_Drawing_Manga_Flash field
public CameraFilterPack_Drawing_Manga_Flash CamFX_Drawing_Manga_Flash;
void Update()
{
CamFX_Drawing_Manga_Flash.Size = 1f;
}