Mathf.PingPongstatic function PingPong (t : float, length : float) : floatDescriptionPingPongs the value t, so that it is never larger than length and never smaller than 0. The returned value will move back and forth between 0 and length.
JavaScript
function Update () { using UnityEngine; import UnityEngine |
