Greetings.
I was wondering if is there any convenience method to get either the local position or the world position of where a UIFillbar would be at t value.
This is because in my game I set a minimum percentage to win, and I want to get it on start, move the sprite that marks that percent, to whatever value it would be on my fillbar.
Because, I could hack it by having the sprite childed to the thumb, setting the value to t, unchilding the line at that position, then moving the value back to 0, but I think that is not the right way to do it.