getSpacingMode method

SpacingMode getSpacingMode()

The mode for positioning the bones after the first bone on the path.

Implementation

SpacingMode getSpacingMode() {
  return SpacingMode.values[_bindings.spine_path_constraint_data_get_spacing_mode(_data)];
}