泰课首页
技术分享
Unity课程
Manual
Scripting API
unity3d.com
Version:
2017.1
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.6
Manual
Scripting API
Language:
中文
English
日本語
Español
한국어
Scripting API
Version:
2017.1
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.6
Shadow
.ApplyShadow
Switch to Manual
protected void
ApplyShadow
(List<UIVertex>
verts
,
Color32
color
, int
start
, int
end
, float
x
, float
y
);
Parameters
verts
顶点列表。
color
阴影颜色。
start
起始索引。
end
终止索引。
x
阴影 x 偏移。
y
阴影 y 偏移。
Description
从起点到终点复制顶点,并将其转换为具有给定偏移的阴影。