From 1a001ad964c65bf4a89f28d3f4a779167d821296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 4 Dec 2020 15:54:48 +0100 Subject: doc: Sync classref with current source And fixups: - Add missing bindings in RenderingServer - Remove duplicate ArrayMesh enum bindings (they're in Mesh already) - Remove redundant _unhandled_key_input binding in Control (it's in Node already) --- modules/opensimplex/doc_classes/OpenSimplexNoise.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'modules/opensimplex') diff --git a/modules/opensimplex/doc_classes/OpenSimplexNoise.xml b/modules/opensimplex/doc_classes/OpenSimplexNoise.xml index d89828037f..9fe4c9c249 100644 --- a/modules/opensimplex/doc_classes/OpenSimplexNoise.xml +++ b/modules/opensimplex/doc_classes/OpenSimplexNoise.xml @@ -24,7 +24,7 @@ - + @@ -35,7 +35,7 @@ Generate a noise image with the requested [code]width[/code] and [code]height[/code], based on the current noise parameters. - + @@ -45,7 +45,7 @@ [b]Note:[/b] This method actually returns the 2D noise value [code][-1,1][/code] with fixed y-coordinate value 0.0. - + @@ -56,7 +56,7 @@ Returns the 2D noise value [code][-1,1][/code] at the given position. - + @@ -65,7 +65,7 @@ Returns the 2D noise value [code][-1,1][/code] at the given position. - + @@ -78,7 +78,7 @@ Returns the 3D noise value [code][-1,1][/code] at the given position. - + @@ -87,7 +87,7 @@ Returns the 3D noise value [code][-1,1][/code] at the given position. - + @@ -102,7 +102,7 @@ Returns the 4D noise value [code][-1,1][/code] at the given position. - + -- cgit v1.2.3