Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
PopfabText.cs
Go to the documentation of this file.
1
public
class
PopfabText
:
PopfabItem
2
{
3
public
UIText
text
;
4
5
public
void
SetText
(
string
s)
6
{
7
text
.
SetText
(s);
8
}
9
}
PopfabItem
Definition:
PopfabItem.cs:7
PopfabText
Definition:
PopfabText.cs:2
PopfabText.SetText
void SetText(string s)
Definition:
PopfabText.cs:5
PopfabText.text
UIText text
Definition:
PopfabText.cs:3
UIText
Definition:
UIText.cs:6
UIText.SetText
void SetText(string s)
Definition:
UIText.cs:159
Elin
Plugins.UI
PopfabText.cs
Generated by
1.9.6