Hey guys, I've searched everywhere for an answer, but have had no luck.
I've got an object with the following Anchor properties:
Target: UI Root
Left: Target's Left + 26
Right: Target's Left + 46
Bottom: Target's Top - 139
Bottom: Target's Top - 119
What I'd like to do is change this in script to:
Target: UI Root
Left: Target's Right - 46
Right: Target's Right - 26
Bottom: Target's Top - 139
Bottom: Target's Top - 119
However, I'm trying to understand the Side and pixelOffset settings with no luck. Can anyone help?