Explorar o código

Merge pull request #7626 from bbrainstormer/master

Max Hilbrunner %!s(int64=2) %!d(string=hai) anos
pai
achega
4b6b6157f2
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  1. 0 9
      tutorials/scripting/c_sharp/c_sharp_exports.rst

+ 0 - 9
tutorials/scripting/c_sharp/c_sharp_exports.rst

@@ -216,15 +216,6 @@ the slider.
     [Export(PropertyHint.Range, "0,100,1,or_greater,or_less")]
     [Export(PropertyHint.Range, "0,100,1,or_greater,or_less")]
     public int Number { get; set; }
     public int Number { get; set; }
 
 
-Allow values 'y = exp(x)' where 'y' varies between 100 and 1000
-while snapping to steps of 20. The editor will present a
-slider for easily editing the value. This only works with floats.
-
-.. code-block:: csharp
-
-    [Export(PropertyHint.ExpRange, "100,1000,20")]
-    public float Number { get; set; }
-
 Floats with easing hint
 Floats with easing hint
 -----------------------
 -----------------------