diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-04-24 17:43:10 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-04-24 17:50:20 +0200 |
commit | d567c15aed0a51d939c76305fdf56cc3732bbef3 (patch) | |
tree | df18ee2c9ac5d72a329f89af83d4d5820d6f45a0 /doc/classes/RDPipelineColorBlendState.xml | |
parent | 58cbec8db324d60f6367e7ed99c9036abc162203 (diff) | |
download | redot-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/RDPipelineColorBlendState.xml')
-rw-r--r-- | doc/classes/RDPipelineColorBlendState.xml | 34 |
1 files changed, 2 insertions, 32 deletions
diff --git a/doc/classes/RDPipelineColorBlendState.xml b/doc/classes/RDPipelineColorBlendState.xml index 7cb31f6986..adc6f1f6a3 100644 --- a/doc/classes/RDPipelineColorBlendState.xml +++ b/doc/classes/RDPipelineColorBlendState.xml @@ -7,40 +7,10 @@ <tutorials> </tutorials> <methods> - <method name="add_attachment"> - <return type="void"> - </return> - <argument index="0" name="atachment" type="RDPipelineColorBlendStateAttachment"> - </argument> - <description> - </description> - </method> - <method name="add_blend_mix_attachment"> - <return type="void"> - </return> - <description> - </description> - </method> - <method name="add_no_blend_attachment"> - <return type="void"> - </return> - <description> - </description> - </method> - <method name="clear_attachments"> - <return type="void"> - </return> - <description> - </description> - </method> - <method name="get_attachments" qualifiers="const"> - <return type="Array"> - </return> - <description> - </description> - </method> </methods> <members> + <member name="attachments" type="RDPipelineColorBlendStateAttachment[]" setter="set_attachments" getter="get_attachments" default="[ ]"> + </member> <member name="blend_constant" type="Color" setter="set_blend_constant" getter="get_blend_constant" default="Color( 0, 0, 0, 1 )"> </member> <member name="enable_logic_op" type="bool" setter="set_enable_logic_op" getter="get_enable_logic_op" default="false"> |