gdnative-bindings 0.9.2

The Godot game engine's automatcally generated bindings to Godot classes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualShaderNodeScalarClamp" inherits="VisualShaderNode" version="3.2">
	<brief_description>
		Clamps a scalar value within the visual shader graph.
	</brief_description>
	<description>
		Constrains a value to lie between [code]min[/code] and [code]max[/code] values.
	</description>
	<tutorials>
	</tutorials>
	<methods>
	</methods>
	<constants>
	</constants>
</class>