protected void ApplyShadow (List<UIVertex> verts, Color32 color, int start, int end, float x, float y);

参数

verts顶点列表。
color阴影颜色。
start起始索引。
end终止索引。
x阴影 x 偏移。
y阴影 y 偏移。

描述

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