Details

Add Drawing Manga3 effect to your camera.

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

*without and with Camera Filter Pack Drawing Manga3


Property

Range

Default

DotSize 1 to 8 4.72f

Manipulate Drawing Manga3 by script

Example:

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

public CameraFilterPack_Drawing_Manga3 CamFX_Drawing_Manga3; 

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