getPosition method

double getPosition()

The position along the path.

Implementation

double getPosition() {
  return _bindings.spine_path_constraint_get_position(_constraint);
}