Searched refs:targetValue3 (Results 1 – 1 of 1) sorted by relevance
514 public Tween target(float targetValue1, float targetValue2, float targetValue3) { in target() argument517 targetValues[2] = targetValue3; in target()592 public Tween targetRelative(float targetValue1, float targetValue2, float targetValue3) { in targetRelative() argument596 targetValues[2] = isInitialized() ? targetValue3 + startValues[2] : targetValue3; in targetRelative()676 public Tween waypoint(float targetValue1, float targetValue2, float targetValue3) { in waypoint() argument680 waypoints[waypointsCnt*3+2] = targetValue3; in waypoint()