@function [parent=#math] clamp function math.clamp(v, minValue, maxValue) if v < minValue then return minValue end if( v > maxValue) then return maxValue ...
確定! 回上一頁