A constructor defined in BBMOD_KawaseBlurEffect.gml
Extends BBMOD_PostProcessEffect
new BBMOD_KawaseBlurEffect([_offsets])
Kawase blur (post-processing effect).
Name | Type | Description |
---|---|---|
_offsets | Array |
An array of offsets for the blur, e.g. [0, 1, 2, 3] . Defaults to an empty array. |
Name | Description |
---|---|
Offsets | An array of offsets for the blur, e.g. [0, 1, 2, 3] . Default value is an empty array. |
Name | Description |
---|---|
Enabled | If true then the effect is enabled. Default value is true . |
PostProcessor | The post-processor to which is this effect added or undefined . |
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.