setShortestRotation method

void setShortestRotation(
  1. bool shortestRotation
)

Implementation

void setShortestRotation(bool shortestRotation) {
  _bindings.spine_track_entry_set_shortest_rotation(_entry, shortestRotation ? -1 : 0);
}