getShortestRotation method

bool getShortestRotation()

Implementation

bool getShortestRotation() {
  return _bindings.spine_track_entry_get_shortest_rotation(_entry) == 1;
}