unity image 怎么改变xy
答案:2 悬赏:50 手机版
解决时间 2021-04-11 05:58
- 提问者网友:心如荒岛囚我终老
- 2021-04-10 09:54
unity image 怎么改变xy
最佳答案
- 五星知识达人网友:千杯敬自由
- 2021-04-10 11:17
需要文件面定义
我圈***哪能没办获取image组件
using UnityEngine;
using System.Collections;
using UnityEngine.UI;
using UnityEngine.Sprites;
public class OnButton : MonoBehaviour {
private Button button;
private Image image;
void Start () {
button=this.GetComponent();
image=this.GetComponent();
}
private void ButtonDown()
{
button.interactable=false; image.overrideSprite=Resources.Load("Textures/TechBlue/background",typeof(Sprite))as Sprite;//修改图片
image.color=Color.red;
}
}
记住图片哪我需要换类型没办修改图片
我圈***哪能没办获取image组件
using UnityEngine;
using System.Collections;
using UnityEngine.UI;
using UnityEngine.Sprites;
public class OnButton : MonoBehaviour {
private Button button;
private Image image;
void Start () {
button=this.GetComponent();
image=this.GetComponent();
}
private void ButtonDown()
{
button.interactable=false; image.overrideSprite=Resources.Load("Textures/TechBlue/background",typeof(Sprite))as Sprite;//修改图片
image.color=Color.red;
}
}
记住图片哪我需要换类型没办修改图片
全部回答
- 1楼网友:鸽屿
- 2021-04-10 12:52
你好!
List textures = new List 定义一个list of texutre 之後用forloop 来修改他的size for(int i = 0;i <
如有疑问,请追问。
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯