menu
yuka package
documentation
steering/path.dart
Path
current method
current method
dark_mode
light_mode
current
method
Vector3
current
(
)
Returns the current active waypoint of this path.
Implementation
Vector3 current() { return waypoints[ _index ]; }
yuka package
documentation
steering/path
Path
current method
Path class