Mathf.Clamp01static function Clamp01 (value : float) : floatDescriptionClamps value between 0 and 1 and returns value
JavaScript
// Set the position of the transform to be that of the time using UnityEngine; import UnityEngine |
