I have a game object containing a sprite node, whose tint I change on creation (via a factory) like this:
sprite.set_constant(’#sprite’, ‘tint’, myVec4)
but for the life of me, I can’t figure out how to read this value at a later time.
Can someone assist me in that capacity?