isConstantSpeed method

bool isConstantSpeed()

If true, additional calculations are performed to make computing positions along the path more accurate and movement along the path have a constant speed.

Implementation

bool isConstantSpeed() {
  return _bindings.spine_path_attachment_get_is_constant_speed(_attachment) == -1;
}