getUVs method

Float32List getUVs()

Implementation

Float32List getUVs() {
  final num = _bindings.spine_region_attachment_get_num_uvs(_attachment);
  final offset = _bindings.spine_region_attachment_get_uvs(_attachment);
  return offset.asTypedList(num);
}