Doc consistency: "inspector" to "Inspector"
Also fixes a slightly misleading comment in `Node.print_tree_pretty`.
This commit is contained in:
parent
03e5de37ae
commit
9de7b1afce
14 changed files with 26 additions and 26 deletions
|
|
@ -4,7 +4,7 @@
|
|||
A base type for the parameters within the visual shader graph.
|
||||
</brief_description>
|
||||
<description>
|
||||
A parameter represents a variable in the shader which is set externally, i.e. from the [ShaderMaterial]. Parameters are exposed as properties in the [ShaderMaterial] and can be assigned from the inspector or from a script.
|
||||
A parameter represents a variable in the shader which is set externally, i.e. from the [ShaderMaterial]. Parameters are exposed as properties in the [ShaderMaterial] and can be assigned from the Inspector or from a script.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue