hi ,
I want to get this xy , but I did not search similar code.
I think I used the wrong method.

I want use it in this code, Because when I new a Attachment, Its position will be reset to zero
var regionAttachment = loader.NewRegionAttachment(null, entry.region, entry.region);
regionAttachment.Width = regionAttachment.RegionOriginalWidth * scaleMultiplier;
regionAttachment.Height = regionAttachment.RegionOriginalHeight * scaleMultiplier;
regionAttachment.x = ;
regionAttachment.y = ;
Thanks for the help