Details

Add Drawing Manga2 effect to your camera.

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

*without and with Camera Filter Pack Drawing Manga2


Property

Range

Default

DotSize 1 to 8 4.72f

Manipulate Drawing Manga2 by script

Example:

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

public CameraFilterPack_Drawing_Manga2 CamFX_Drawing_Manga2; 

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