Rename shader parameter uniform setter/getter methods for consistency
`shader_uniform` is now consistenly used across both per-shader and per-instance shader uniform methods. This makes methods easier to find in the class reference when looking for them.
This commit is contained in:
parent
80193260ff
commit
db22b7ded0
47 changed files with 211 additions and 211 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="get_shader_instance_uniform" qualifiers="const">
|
||||
<method name="get_instance_shader_uniform" qualifiers="const">
|
||||
<return type="Variant" />
|
||||
<argument index="0" name="uniform" type="StringName" />
|
||||
<description>
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
Overrides the bounding box of this node with a custom one. To remove it, set an [AABB] with all fields set to zero.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_shader_instance_uniform">
|
||||
<method name="set_instance_shader_uniform">
|
||||
<return type="void" />
|
||||
<argument index="0" name="uniform" type="StringName" />
|
||||
<argument index="1" name="value" type="Variant" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue