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