BBMOD_DirectionalBlurEffect

A constructor defined in BBMOD_DirectionalBlurEffect.gml

Extends BBMOD_PostProcessEffect

new BBMOD_DirectionalBlurEffect([_vector[, _step]])

Description

Directional blur (post-processing effect).

Arguments

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.

Properties

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).

Inherited properties

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.

Inherited methods

Name Description
destroy Frees memory used by the struct.
draw Applies the effect to given surface.
Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.