Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
SplashText.cs
Go to the documentation of this file.
1
using
TMPro;
2
using
UnityEngine;
3
4
public
class
SplashText
: MonoBehaviour
5
{
6
public
TextMeshProUGUI
textBig
;
7
8
public
TextMeshProUGUI
textSmall
;
9
10
public
static
SplashText
Instance
;
11
12
private
void
Awake
()
13
{
14
Instance
=
this
;
15
}
16
}
SplashText
Definition:
SplashText.cs:5
SplashText.textSmall
TextMeshProUGUI textSmall
Definition:
SplashText.cs:8
SplashText.textBig
TextMeshProUGUI textBig
Definition:
SplashText.cs:6
SplashText.Awake
void Awake()
Definition:
SplashText.cs:12
SplashText.Instance
static SplashText Instance
Definition:
SplashText.cs:10
Elin
SplashText.cs
Generated by
1.9.6