Searched refs:targetValue2 (Results 1 – 1 of 1) sorted by relevance
493 public Tween target(float targetValue1, float targetValue2) { in target() argument495 targetValues[1] = targetValue2; in target()514 public Tween target(float targetValue1, float targetValue2, float targetValue3) { in target() argument516 targetValues[1] = targetValue2; in target()571 public Tween targetRelative(float targetValue1, float targetValue2) { in targetRelative() argument574 targetValues[1] = isInitialized() ? targetValue2 + startValues[1] : targetValue2; in targetRelative()592 public Tween targetRelative(float targetValue1, float targetValue2, float targetValue3) { in targetRelative() argument595 targetValues[1] = isInitialized() ? targetValue2 + startValues[1] : targetValue2; in targetRelative()653 public Tween waypoint(float targetValue1, float targetValue2) { in waypoint() argument656 waypoints[waypointsCnt*2+1] = targetValue2; in waypoint()[all …]