Hello! I have been trying to find a way to mirror an ImageLabel with no luck so far. I’ve tried using the ImageRectSize and Offset as people said you should, but it also didn’t work
Does anyone know how to fix this?
Hello! I have been trying to find a way to mirror an ImageLabel with no luck so far. I’ve tried using the ImageRectSize and Offset as people said you should, but it also didn’t work
Does anyone know how to fix this?
It should, are you sure you’ve done it correctly?
Hi! Here is how we mirroring images:
Step 1:
Set ImageRectSize
to your image source file size.
Here example:
Step 2:
Invert ImageRectSize
X
or Y
values depending on your mirroring choice (Invert X
for horizontal mirroring, Y
for vertical)
Step 3:
Set ImageRectOffset
X
value to image source file size if you want to mirror image in X
axis. (same for Y
axis)
The image is flipped along the X
axis, hope it helps!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.