godot/doc
reduz 75688772b3 Fix editor suffixes and degrees conversion
* Functions to convert to/from degrees are all gone. Conversion is done by the editor.
* Use PROPERTY_HINT_ANGLE instead of PROPERTY_HINT_RANGE to edit radian angles in degrees.
* Added possibility to add suffixes to range properties, use "min,max[,step][,suffix:<something>]" example "0,100,1,suffix:m"
* In general, can add suffixes for EditorSpinSlider
Not covered by this PR, will have to be addressed by future ones:

* Ability to switch radians/degrees in the inspector for angle properties (if actually wanted).
* Animations previously made will most likely break, need to add a way to make old ones compatible.
* Only added a "px" suffix to 2D position and a "m" one to 3D position, someone needs to go through the rest of the engine and add all remaining suffixes.
* Likely also need to track down usage of EditorSpinSlider outside properties to add suffixes to it too.
2021-06-30 12:38:25 -03:00
..
classes Fix editor suffixes and degrees conversion 2021-06-30 12:38:25 -03:00
tools makerst: Fix generation of overridden properties in child classes 2021-04-06 17:26:18 +03:00
translations Rename instance()->instantiate() when it's a verb 2021-06-19 20:49:18 -06:00
Doxyfile
Makefile [HTML5] Add jsdoc2rst tool. 2021-02-26 11:33:59 +01:00