Home
last modified time | relevance | path

Searched refs:currentWayPoint (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
DMotionTrack.java63 protected int currentWayPoint; field in MotionTrack
266 control.currentWayPoint = currentWayPoint; in cloneForSpatial()
287 currentWayPoint = 0; in onStop()
315 return currentWayPoint; in getCurrentWayPoint()
322 public void setCurrentWayPoint(int currentWayPoint) { in setCurrentWayPoint() argument
323 if (this.currentWayPoint != currentWayPoint) { in setCurrentWayPoint()
324 this.currentWayPoint = currentWayPoint; in setCurrentWayPoint()
325 path.triggerWayPointReach(currentWayPoint, this); in setCurrentWayPoint()