Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

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

Shadow.ApplyShadow

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual
protected function ApplyShadow(verts: List<UIVertex>, color: Color32, start: int, end: int, x: float, y: float): void;
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.