A constructor defined in BBMOD_DirectionalBlurEffect.gml
Extends BBMOD_PostProcessEffect
new BBMOD_DirectionalBlurEffect([_vector[, _step]])
Directional blur (post-processing effect).
Name | Type | Description |
---|---|---|
_vector | Struct.BBMOD_Vec2 |
The vector to blur along. Defaults to (0, 0) if undefined . |
_step | Real |
Step size. Use values in range (0; 1]. Defaults to 1/8. |
Name | Description |
---|---|
Step | Step size. Use values in range (0; 1]. Default value is 1/8. |
Vector | The vector to blur along. Default value is (0, 0) . |
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.