手册
脚本 API
unity3d.com
Version:
2017.1
2020.1
2019.4
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.6
Versions with this page:
Versions without this page:
Supported
Legacy
手册
脚本 API
语言:
中文
English
中文
日本語
Español
한국어
Русский
脚本 API
Version:
2017.1
2020.1
2019.4
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.6
Versions with this page:
Versions without this page:
Supported
Legacy
Shadow
.ApplyShadow
切换到手册
protected void
ApplyShadow
(List<UIVertex>
verts
,
Color32
color
, int
start
, int
end
, float
x
, float
y
);
参数
verts
顶点列表。
color
阴影颜色。
start
起始索引。
end
终止索引。
x
阴影 x 偏移。
y
阴影 y 偏移。
描述
从起点到终点复制顶点,并将其转换为具有给定偏移的阴影。