diff options
Diffstat (limited to 'modules/opensimplex/doc_classes')
-rw-r--r-- | modules/opensimplex/doc_classes/SimplexNoise.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/opensimplex/doc_classes/SimplexNoise.xml b/modules/opensimplex/doc_classes/SimplexNoise.xml index 5c633492e7..1be7b5896d 100644 --- a/modules/opensimplex/doc_classes/SimplexNoise.xml +++ b/modules/opensimplex/doc_classes/SimplexNoise.xml @@ -47,7 +47,7 @@ <argument index="1" name="y" type="float"> </argument> <description> - Returns the 2D noise value [-1,1] at the given position. + Returns the 2D noise value [code][-1,1][/code] at the given position. </description> </method> <method name="get_noise_2dv"> @@ -56,7 +56,7 @@ <argument index="0" name="pos" type="Vector2"> </argument> <description> - Returns the 2D noise value [-1,1] at the given position. + Returns the 2D noise value [code][-1,1][/code] at the given position. </description> </method> <method name="get_noise_3d"> @@ -69,7 +69,7 @@ <argument index="2" name="z" type="float"> </argument> <description> - Returns the 3D noise value [-1,1] at the given position. + Returns the 3D noise value [code][-1,1][/code] at the given position. </description> </method> <method name="get_noise_3dv"> @@ -78,7 +78,7 @@ <argument index="0" name="pos" type="Vector3"> </argument> <description> - Returns the 3D noise value [-1,1] at the given position. + Returns the 3D noise value [code][-1,1][/code] at the given position. </description> </method> <method name="get_noise_4d"> @@ -93,7 +93,7 @@ <argument index="3" name="w" type="float"> </argument> <description> - Returns the 4D noise value [-1,1] at the given position. + Returns the 4D noise value [code][-1,1][/code] at the given position. </description> </method> <method name="get_seamless_image"> |