mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Make "decimal" functions more consistent
In GDScript, rename "decimals" to "step_decimals". In C#, add "StepDecimals", but keep the old functionality in a method called "DecimalCount".
This commit is contained in:
parent
dd2cd06165
commit
620ec4703f
7 changed files with 72 additions and 13 deletions
|
@ -63,6 +63,7 @@ public:
|
|||
MATH_ISZEROAPPROX,
|
||||
MATH_EASE,
|
||||
MATH_DECIMALS,
|
||||
MATH_STEP_DECIMALS,
|
||||
MATH_STEPIFY,
|
||||
MATH_LERP,
|
||||
MATH_INVERSE_LERP,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue