码迷,mamicode.com
首页 > 编程语言 > 详细

Unity3D — — UGUI之RectTransform

时间:2018-10-14 11:41:07      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:style   pixel   com   form   one   遮罩   nta   rect   nsf   

Mask.GetComponent<RectTransform>().anchoredPosition(子物体) = hotKey_image.rectTransform.anchoredPosition(父物体);
Mask.GetComponent<RectTransform>().SetSizeWithCurrentAnchors(RectTransform.Axis.Horizontal, hotKey_image.GetComponent<Image>().GetPixelAdjustedRect().width);
Mask.GetComponent<RectTransform>().SetSizeWithCurrentAnchors(RectTransform.Axis.Vertical, hotKey_image.GetComponent<Image>().GetPixelAdjustedRect().height);

以上代码就能让两张图片大小一样并且重合,可以用来让子物体填充父物体或者作为遮罩

Unity3D — — UGUI之RectTransform

标签:style   pixel   com   form   one   遮罩   nta   rect   nsf   

原文地址:https://www.cnblogs.com/QQW123/p/9784974.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!