Searched refs:waypoints (Results 1 – 4 of 4) sorted by relevance
356 private final float[] waypoints = new float[waypointsLimit * combinedAttrsLimit]; field in Tween634 waypoints[waypointsCnt] = targetValue; in waypoint()655 waypoints[waypointsCnt*2] = targetValue1; in waypoint()656 waypoints[waypointsCnt*2+1] = targetValue2; in waypoint()678 waypoints[waypointsCnt*3] = targetValue1; in waypoint()679 waypoints[waypointsCnt*3+1] = targetValue2; in waypoint()680 waypoints[waypointsCnt*3+2] = targetValue3; in waypoint()700 …System.arraycopy(targetValues, 0, waypoints, waypointsCnt*targetValues.length, targetValues.length… in waypoint()808 waypoints[ii*combinedAttrsCnt+i] += isRelative ? startValues[i] : 0; in initializeOverride()868 pathBuffer[ii+1] = waypoints[ii*combinedAttrsCnt+i]; in updateOverride()
216 Alternatively, you can use "``printf``" style debugging to report waypoints.
227 Alternatively, you can use "``printf``" style debugging to report waypoints.
237 looking for Opcodes as trace waypoints.