`transform.GetChild()` will let you get one of the children on the GameObject (Canvas in your case.) Once you have the transform, you can use it's `gameObject` member to get the GO, and then it's `name` member.
↧