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

Static Public Member Functions

static TCSimpleText Spawn ()
 
static TCSimpleText SpawnIcon (Sprite sprite=null)
 
- Static Public Member Functions inherited from EMono
static int rnd (int a)
 

Public Attributes

TextMesh tm
 
SpriteRenderer sr
 
int num
 

Additional Inherited Members

- Static Public Attributes inherited from EMono
static Core core
 
- Properties inherited from EMono
static Game game [get]
 
static bool AdvMode [get]
 
static Player player [get]
 
static Chara pc [get]
 
static UI ui [get]
 
static Map _map [get]
 
static Zone _zone [get]
 
static FactionBranch Branch [get]
 
static FactionBranch BranchOrHomeBranch [get]
 
static Faction Home [get]
 
static Scene scene [get]
 
static BaseGameScreen screen [get]
 
static GameSetting setting [get]
 
static GameData gamedata [get]
 
static ColorProfile Colors [get]
 
static World world [get]
 
static SoundManager Sound [get]
 
static SourceManager sources [get]
 
static SourceManager editorSources [get]
 
static CoreDebug debug [get]
 

Detailed Description

Definition at line 3 of file TCSimpleText.cs.

Member Function Documentation

◆ Spawn()

static TCSimpleText TCSimpleText.Spawn ( )
inlinestatic

Definition at line 11 of file TCSimpleText.cs.

12 {
14 }
TCSimpleText simpleText
Definition: CoreRef.cs:238
TCs tcs
Definition: CoreRef.cs:337
CoreRef refs
Definition: Core.cs:51
Definition: EMono.cs:4
static Core core
Definition: EMono.cs:5
static BaseGameScreen screen
Definition: EMono.cs:29
static Transform Spawn(string id, string path, Transform parent)
Definition: PoolManager.cs:86

References EMono.core, Core.refs, EMono.screen, CoreRef.TCs.simpleText, PoolManager.Spawn(), and CoreRef.tcs.

Referenced by ActionMode.RefreshTexts().

◆ SpawnIcon()

static TCSimpleText TCSimpleText.SpawnIcon ( Sprite  sprite = null)
inlinestatic

Definition at line 16 of file TCSimpleText.cs.

17 {
19 if ((bool)tCSimpleText)
20 {
21 tCSimpleText.sr.sprite = sprite;
22 }
23 return tCSimpleText;
24 }
TCSimpleText simpleTextIcon
Definition: CoreRef.cs:240

References EMono.core, Core.refs, EMono.screen, CoreRef.TCs.simpleTextIcon, PoolManager.Spawn(), and CoreRef.tcs.

Referenced by ActionMode.RefreshTexts().

Member Data Documentation

◆ num

int TCSimpleText.num

Definition at line 9 of file TCSimpleText.cs.

◆ sr

SpriteRenderer TCSimpleText.sr

Definition at line 7 of file TCSimpleText.cs.

◆ tm

TextMesh TCSimpleText.tm

Definition at line 5 of file TCSimpleText.cs.

Referenced by ActionMode.RefreshTexts().


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