I have 50 Text objects on my layout and i want to do for each on all Text objects. Is it possible?
Develop games in your browser. Powerful, performant & highly capable.
Are they instances of the same Text object? Then just "foreach Text", otherwise you need a family.