Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Shadow.ApplyShadow

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

Parameters

verts Verts List.
color Shadow Color.
start Start Index.
end End Index.
x Shadow x offset.
y Shadow y offset.

Description

Duplicate vertices from start to end and turn them into shadows with the given offset.