Searched refs:currentWayPoint (Results 1 – 1 of 1) sorted by relevance
63 protected int currentWayPoint; field in MotionTrack266 control.currentWayPoint = currentWayPoint; in cloneForSpatial()287 currentWayPoint = 0; in onStop()315 return currentWayPoint; in getCurrentWayPoint()322 public void setCurrentWayPoint(int currentWayPoint) { in setCurrentWayPoint() argument323 if (this.currentWayPoint != currentWayPoint) { in setCurrentWayPoint()324 this.currentWayPoint = currentWayPoint; in setCurrentWayPoint()325 path.triggerWayPointReach(currentWayPoint, this); in setCurrentWayPoint()