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