Version: 2017.1

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 偏移。

描述

从起点到终点复制顶点,并将其转换为具有给定偏移的阴影。