UGUI_RawImage
public class L8 : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
//代码控制
RawImage raw =GetComponent<RawImage>();
raw.texture = Resources.Load<Texture>("");
}
}
public class L8 : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
//代码控制
RawImage raw =GetComponent<RawImage>();
raw.texture = Resources.Load<Texture>("");
}
}