Here I need to find an child inactive object named "CheckPicture" of parent "objectParam".
objectParam.GetComponentsInChildren().FirstOrDefault(component => component.gameObject.name == "CheckPicture");
↧