Details
Add Drawing Manga effect to your camera.
Add it to the Camera GameObject via the Components menu
CameraFilterPack > Drawing > Manga
*without and with Camera Filter Pack Drawing Manga
Property |
Range |
Default |
---|---|---|
DotSize | 1 to 8 | 4.72f |
Manipulate Drawing Manga by script
Example:
// Drag and Drop your Camera GameObject
// with the Drawing Manga component
// to your current script on the CamFX_Drawing_Manga field
public CameraFilterPack_Drawing_Manga CamFX_Drawing_Manga;
void Update()
{
CamFX_Drawing_Manga.DotSize = 4.72f;
}