Before new UI I’ve been creating my own UI using SpiteRenderer and sprites and have used GoKit to tween color, size and other stuff of the UI.
Since I’ve finished old project I’ve decided to start using new UI on next project and I’m having difficulties to get the name of the color property so i can pass it to .colorProp of the GoTweenConfig() of GoKit. I’ve tried to see the declaration of the Image class but I can’t seem to find Color property anywhere there.
How can i get what is the name of that property variable?
Thank you in advance!