summaryrefslogtreecommitdiffstats
path: root/doc/classes/RDPipelineColorBlendStateAttachment.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-04-24 17:43:10 +0200
committerRémi Verschelde <rverschelde@gmail.com>2020-04-24 17:50:20 +0200
commitd567c15aed0a51d939c76305fdf56cc3732bbef3 (patch)
treedf18ee2c9ac5d72a329f89af83d4d5820d6f45a0 /doc/classes/RDPipelineColorBlendStateAttachment.xml
parent58cbec8db324d60f6367e7ed99c9036abc162203 (diff)
downloadredot-engine-d567c15aed0a51d939c76305fdf56cc3732bbef3.tar.gz
doc: Fix parsing typed arrays in makerst.py
`Type[]` typed arrays will link to `Type`, as it's likely the most interesting information for the user. And sync classref with current source.
Diffstat (limited to 'doc/classes/RDPipelineColorBlendStateAttachment.xml')
-rw-r--r--doc/classes/RDPipelineColorBlendStateAttachment.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/RDPipelineColorBlendStateAttachment.xml b/doc/classes/RDPipelineColorBlendStateAttachment.xml
index a4caa622aa..7f118b5f0b 100644
--- a/doc/classes/RDPipelineColorBlendStateAttachment.xml
+++ b/doc/classes/RDPipelineColorBlendStateAttachment.xml
@@ -7,6 +7,12 @@
<tutorials>
</tutorials>
<methods>
+ <method name="set_as_mix">
+ <return type="void">
+ </return>
+ <description>
+ </description>
+ </method>
</methods>
<members>
<member name="alpha_blend_op" type="int" setter="set_alpha_blend_op" getter="get_alpha_blend_op" enum="RenderingDevice.BlendOperation" default="0">