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...
RDPipelineColorBlendState
Eredita: RefCounted < Object
Stato di fusione dei colori della pipeline (utilizzato da RenderingDevice).
Descrizione
Questo oggetto è utilizzato dal RenderingDevice.
Proprietà
|
||
|
||
|
||
|
Descrizioni delle proprietà
Array[RDPipelineColorBlendStateAttachment] attachments = [] 🔗
void set_attachments(value: Array[RDPipelineColorBlendStateAttachment])
Array[RDPipelineColorBlendStateAttachment] get_attachments()
Gli allegati che sono fusi insieme.
Color blend_constant = Color(0, 0, 0, 1) 🔗
Il colore costante con cui fondersi. Vedi anche RenderingDevice.draw_list_set_blend_constants().
bool enable_logic_op = false 🔗
Se true, esegue l'operazione logica definita in logic_op.
LogicOperation logic_op = 0 🔗
void set_logic_op(value: LogicOperation)
LogicOperation get_logic_op()
L'operazione logica da effettuare per la fusione. Efficace solo se enable_logic_op è true.