uVs property

ArrayFloat get uVs

Implementation

ArrayFloat get uVs {
  final result = SpineBindings.bindings.spine_region_attachment_get_u_vs(_ptr);
  return ArrayFloat.fromPointer(result);
}