1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Added smoothstep built-in function

This commit is contained in:
Chaosus
2019-03-19 14:39:43 +03:00
parent df7d3708c5
commit 514a3fb96a
10 changed files with 91 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ public:
VAR_TO_BYTES,
BYTES_TO_VAR,
COLORN,
MATH_SMOOTHSTEP,
FUNC_MAX
};