当前位置:网站首页>【Unity】Sprite九宫格到底怎么玩?
【Unity】Sprite九宫格到底怎么玩?
2022-07-28 16:34:00 【至肝主义圈毛君】

在制作按钮或对话框时,九宫格会非常有用。
九宫格切分亦是Image组件中使用Sliced或Tiled模式的前提。
修改Image的尺寸时,不同区域会发生相应的变化:
- 四个角(ACGI区域)尺寸不会变化
- B和H会横向缩放(Sliced)或重复(Tiled)
- D和F会竖向缩放(Sliced)或重复(Tiled)
- E区域会同时在横向和竖向缩放(Sliced)或重复(Tiled)
边栏推荐
- Can you read the story?
- Can‘t use an undefined value as an ARRAY reference at probe2symbol
- Ng repeat executes a method when iterating over the last element
- Jerry ac692x --- matrix keyboard addition
- The difference between using switch in a loop and using break and continue after executing a condition
- Sql Server STUFF与FOR XML PATH
- 新手通过自学转行软件测试难度大吗?
- 培训软件测试能不能就业
- Public medical database
- Adding new objects to the object array in JS results in the modification of existing objects in the array
猜你喜欢
随机推荐
Can you read the story?
生信人的20个R语言习题
Database optimization -- deeply understand the underlying data structure and algorithm of MySQL index
软件测试需求人才越来越多,走上测试道路的人却越来越少?
多线程(线程池ThreadPoolExecutor)
Database performance analysis and optimization (internal training materials of Aite future team)
【p5.js实战】我的自画像
PyTorch中grid_sample的使用方法
Convert the image file of input type='file'to Base64
软件测试的培训机构靠谱吗
【无标题】
Jerry ac692x --- matrix keyboard addition
想学习软件测试,零基础去哪里学呢?
Strsplit() function
R中因子(factor)
100+医学影像数据集集锦
DOS command Daquan basic command + network common command
Division optimization of JS decimal calculation on the Internet
编译原理学习笔记3(自上而下语法分析)
Openpcd安装过程记录









