Details

Add Drawing Manga_Color effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > Drawing > Manga_Color

*without and with Camera Filter Pack Drawing Manga_Color


Property

Range

Default

DotSize 1 to 8 1.6f

Manipulate Drawing Manga_Color by script

Example:

// Drag and Drop your Camera GameObject 
// with the Drawing Manga_Color component 
// to your current script on the CamFX_Drawing_Manga_Color field 

public CameraFilterPack_Drawing_Manga_Color CamFX_Drawing_Manga_Color; 

void Update() 
{
	CamFX_Drawing_Manga_Color.DotSize =  1.6f;
}