playMaker

Author Topic: How to get a specific UI instance and change its properties (SOLVED)  (Read 1019 times)

jjll

  • Playmaker Newbie
  • *
  • Posts: 6
Hi friends,

I have been stuck in this for days...

- I have a UI prefab contains some numbers and texts.
- I create a few instances (clones) of it, each has different numbers and texts.
- I want to set different numbers on some of those instances.
- I know the instance I want to change by looking but I don't know how to get this specific instance and set its properties in Playmaker.

Any helps would be really appreciated!
 
« Last Edit: November 19, 2018, 12:28:18 PM by jjll »

jjll

  • Playmaker Newbie
  • *
  • Posts: 6
I figured it out -

I use array list to store all the instances created, and use the index to get the instance I want.