BBMOD_PostProcessor.draw

A function defined in BBMOD_PostProcessor.gml

draw(_surface, _x, _y)

Description

If enabled, draws a surface with post-processing applied, otherwise draws the original surface.

Arguments

Name Type Description
_surface Id.Surface The surface to draw with post-processing applied.
_x Real The X position to draw the surface at.
_y Real The Y position to draw the surface at.

Returns

Struct.BBMOD_PostProcessor Returns self.

See also

BBMOD_PostProcessor.Enabled

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.