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