您好,登錄后才能下訂單哦!
怎么動(dòng)態(tài)來修改UGUI中的p_w_picpath呢,怎么來獲取這個(gè)組件呢 ,首先我們需要在頭文件里面定義一下
我圈中的那***哪里,不能沒辦法獲取到p_w_picpath組件
using UnityEngine;
using System.Collections;
using UnityEngine.UI;
using UnityEngine.Sprites;
public class OnButton : MonoBehaviour {
private Button button;
private Image p_w_picpath;
void Start () {
button=this.GetComponent<Button>();
p_w_picpath=this.GetComponent<Image>();
}
private void ButtonDown()
{
button.interactable=false; p_w_picpath.overrideSprite=Resources.Load("Textures/TechBlue/background",typeof(Sprite))as Sprite;//這里就是修改他的圖片,
p_w_picpath.color=Color.red;
}
}
最后記住,在圖片哪里我們需要換一下類型,不然沒辦法修改他的圖片
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。