summaryrefslogtreecommitdiff
path: root/doc/classes/VisualShaderNodeTransformUniform.xml
blob: 43696c822699bedb08e29c3344c9eed9475c152e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualShaderNodeTransformUniform" inherits="VisualShaderNodeUniform" version="4.0">
	<brief_description>
		A [Transform] uniform for use within the visual shader graph.
	</brief_description>
	<description>
		Translated to [code]uniform mat4[/code] in the shader language.
	</description>
	<tutorials>
	</tutorials>
	<methods>
	</methods>
	<constants>
	</constants>
</class>