shortestRotation property
bool
get
shortestRotation
Implementation
bool get shortestRotation {
final result = SpineBindings.bindings.spine_track_entry_get_shortest_rotation(_ptr);
return result;
}
set
shortestRotation
(bool value)
Implementation
set shortestRotation(bool value) {
SpineBindings.bindings.spine_track_entry_set_shortest_rotation(_ptr, value);
}