uVs property

ArrayFloat get uVs

The UV pair for each vertex, normalized within the entire texture. See also MeshAttachment::updateRegion

Implementation

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