diff options
author | clayjohn <claynjohn@gmail.com> | 2020-01-20 16:28:03 -0800 |
---|---|---|
committer | clayjohn <claynjohn@gmail.com> | 2020-01-21 19:28:32 -0800 |
commit | f2ece824803a521775a64232b524e980c5124323 (patch) | |
tree | a340c5bbbcaaa9c870bc56b062dd4fe22fa8b929 /doc/classes/ShaderMaterial.xml | |
parent | ad8819ca61fd2907a750131f928213992fded54a (diff) |
Finish up docs for materials
Diffstat (limited to 'doc/classes/ShaderMaterial.xml')
-rw-r--r-- | doc/classes/ShaderMaterial.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ShaderMaterial.xml b/doc/classes/ShaderMaterial.xml index 0f39b703ca..f2742a5453 100644 --- a/doc/classes/ShaderMaterial.xml +++ b/doc/classes/ShaderMaterial.xml @@ -45,7 +45,7 @@ <argument index="1" name="value" type="Variant"> </argument> <description> - Changes the value set for this material of a uniform in the shader. + Changes the value set for this material of a uniform in the shader. [b]Note:[/b] [code]param[/code] must match the name of the uniform in the code exactly. </description> </method> </methods> |