Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
BlitMaterial
Hérite de : Material < Resource < RefCounted < Object
A material that processes blit calls to a DrawableTexture.
Description
A material resource that can be used by DrawableTextures when processing blit calls to draw.
Propriétés
|
Énumérations
enum BlendMode: 🔗
BlendMode BLEND_MODE_MIX = 0
Le mode de mélange. Les couleurs sont supposées être indépendantes de l'opacité.
BlendMode BLEND_MODE_ADD = 1
Mode de fusion additif.
BlendMode BLEND_MODE_SUB = 2
Mode de fusion soustractif.
BlendMode BLEND_MODE_MUL = 3
Mode de fusion multiplicatif.
BlendMode BLEND_MODE_DISABLED = 4
No blending mode, direct color copy.
Descriptions des propriétés
The manner in which the newly blitted texture is blended with the original DrawableTexture.