Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
DSVRow Class Reference
Inheritance diagram for DSVRow:

Classes

class  Item
 

Public Attributes

List< Itemitems = new List<Item>()
 
UIItem itemHeader
 
RawImage bgGrid
 
RectTransform _rect
 

Private Member Functions

void Awake ()
 

Detailed Description

Definition at line 6 of file DSVRow.cs.

Member Function Documentation

◆ Awake()

void DSVRow.Awake ( )
inlineprivate

Definition at line 24 of file DSVRow.cs.

25 {
26 _rect = this.Rect();
27 }
RectTransform _rect
Definition: DSVRow.cs:22

References _rect.

Member Data Documentation

◆ _rect

RectTransform DSVRow._rect

Definition at line 22 of file DSVRow.cs.

Referenced by Awake().

◆ bgGrid

RawImage DSVRow.bgGrid

Definition at line 19 of file DSVRow.cs.

Referenced by UIDynamicList.UpdateRow().

◆ itemHeader

UIItem DSVRow.itemHeader

Definition at line 17 of file DSVRow.cs.

Referenced by UIDynamicList.UpdateRow().

◆ items

List<Item> DSVRow.items = new List<Item>()

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