Exemplo n.º 1
0
        public void SetRawImage(string componentName, Texture spr)
        {
            UIBehaviour tmp = GetGameObject <UIBehaviour>(componentName);

            if (tmp != null)
            {
                tmp.SetRawImage(spr);
            }
        }