Example #1
0
 void Awake()
 {
     array = GetComponent <Arrays.Array>();
     array.TransformsUpdated += UpdateImageFills;
 }