Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
DSVRow.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Collections.Generic;
3
using
UnityEngine;
4
using
UnityEngine.UI;
5
6
public
class
DSVRow
: MonoBehaviour
7
{
8
public
class
Item
9
{
10
public
object
obj
;
11
12
public
Component
comp
;
13
}
14
15
public
List<Item>
items
=
new
List<Item>();
16
17
public
UIItem
itemHeader
;
18
19
public
RawImage
bgGrid
;
20
21
[NonSerialized]
22
public
RectTransform
_rect
;
23
24
private
void
Awake
()
25
{
26
_rect
= this.Rect();
27
}
28
}
DSVRow.Item
Definition:
DSVRow.cs:9
DSVRow.Item.comp
Component comp
Definition:
DSVRow.cs:12
DSVRow.Item.obj
object obj
Definition:
DSVRow.cs:10
DSVRow
Definition:
DSVRow.cs:7
DSVRow.itemHeader
UIItem itemHeader
Definition:
DSVRow.cs:17
DSVRow._rect
RectTransform _rect
Definition:
DSVRow.cs:22
DSVRow.bgGrid
RawImage bgGrid
Definition:
DSVRow.cs:19
DSVRow.items
List< Item > items
Definition:
DSVRow.cs:15
DSVRow.Awake
void Awake()
Definition:
DSVRow.cs:24
UIItem
Definition:
UIItem.cs:5
Elin
Plugins.UI
DSVRow.cs
Generated by
1.9.6