getPositionMode method

PositionMode getPositionMode()

The mode for positioning the first bone on the path.

Implementation

PositionMode getPositionMode() {
  return PositionMode.values[_bindings.spine_path_constraint_data_get_position_mode(_data)];
}