Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions tutorials/scripting/c_sharp/c_sharp_exports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,15 +216,6 @@ the slider.
[Export(PropertyHint.Range, "0,100,1,or_greater,or_lesser")]
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
-----------------------

Expand Down