Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
ModifiedShadow Class Reference
Inheritance diagram for ModifiedShadow:
BoxOutline CircleOutline Outline8

Public Member Functions

override void ModifyMesh (VertexHelper vh)
 
virtual void ModifyVertices (List< UIVertex > verts)
 

Detailed Description

Definition at line 5 of file ModifiedShadow.cs.

Member Function Documentation

◆ ModifyMesh()

override void ModifiedShadow.ModifyMesh ( VertexHelper  vh)
inline

Definition at line 7 of file ModifiedShadow.cs.

8 {
9 if (IsActive())
10 {
11 List<UIVertex> list = ListPool<UIVertex>.Get();
12 vh.GetUIVertexStream(list);
13 ModifyVertices(list);
14 vh.Clear();
15 vh.AddUIVertexTriangleStream(list);
17 }
18 }
static void Release(List< T > toRelease)
Definition: ListPool.cs:15
static List< T > Get()
Definition: ListPool.cs:10
virtual void ModifyVertices(List< UIVertex > verts)

References ListPool< T >.Get(), ModifyVertices(), and ListPool< T >.Release().

◆ ModifyVertices()

virtual void ModifiedShadow.ModifyVertices ( List< UIVertex >  verts)
inlinevirtual

Reimplemented in BoxOutline, CircleOutline, and Outline8.

Definition at line 20 of file ModifiedShadow.cs.

21 {
22 }

Referenced by ModifyMesh().


The documentation for this class was generated from the following file: