이 페이지가 있는 버전:
이 페이지가 없는 버전:
Returns the absolute value of f.
f
// prints 10.5 Debug.Log(Mathf.Abs(-10.5));
Returns the absolute value of value.
value
// prints 10 Debug.Log(Mathf.Abs(-10));