Object Masking
Use a sprite or a shape painter to mask another object.
Authors and contributors to this experimental extension: arthuro555.
When masked, the masked object is only visible through the mask.
Tip
Learn how to install new extensions by following a step-by-step guide.
Actions
Mask an object with a sprite
Define a sprite as a mask of an object.
See parameters
- Parameter 1 (👾 Object): Object to mask
- Parameter 2 (👾 Object): Sprite object to use as a mask
Technical note: parameters 0, 3 are internal parameters handled by GDevelop.
Mask an object with a shape painter
Define a shape painter as a mask of an object.
See parameters
- Parameter 1 (👾 Object): Object to mask
- Parameter 2 (👾 Object): Shape painter to use as a mask
Technical note: parameters 0, 3 are internal parameters handled by GDevelop.
Remove the mask
Remove the mask of the specified object.
See parameters
- Parameter 1 (👾 Object): Object with a mask to remove
Technical note: parameters 0, 2 are internal parameters handled by GDevelop.
This page is an auto-generated reference page about the Object Masking extension, made by the community of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop community-made extensions here.