getSpacing method

double getSpacing()

The spacing between bones.

Implementation

double getSpacing() {
  return _bindings.spine_path_constraint_get_spacing(_constraint);
}