Added Math.clamp
class method (v4.4.3)
#1190
simon-ritchie
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since version 4.4.3, the
clamp
method has been added to theMath
class.This method sets the value within a specified minimum and maximum range.
For more details, please see the following document:
Beta Was this translation helpful? Give feedback.
All reactions