Mathf.Floorstatic function Floor (f : float) : floatDescriptionReturns the largest integer smaller to or equal to f.
JavaScript
// Prints 10 using UnityEngine; import UnityEngine |
|
||||
| Scripting > Runtime Classes > Mathf | ||||
Mathf.Floorstatic function Floor (f : float) : floatDescriptionReturns the largest integer smaller to or equal to f.
JavaScript
// Prints 10 using UnityEngine; import UnityEngine |