Description. Clamps a number between a minimum and maximum value. ... print( math.Clamp( 10, 0, 5 ) ) -- 10 is greater than 5 so returns 5 print( math.
確定! 回上一頁