Details

Add Drawing Manga5 effect to your camera.

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

*without and with Camera Filter Pack Drawing Manga5


Property

Range

Default

DotSize 1 to 8 4.72f

Manipulate Drawing Manga5 by script

Example:

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

public CameraFilterPack_Drawing_Manga5 CamFX_Drawing_Manga5; 

void Update() 
{
	CamFX_Drawing_Manga5.DotSize =  4.72f;
}