Elin Modding Docs Doc
Loading...
Searching...
No Matches
LayerTitle Class Reference
Inheritance diagram for LayerTitle:
ELayer

Classes

class  TitleType
 

Public Member Functions

override void OnInit ()
 
void Refresh ()
 
void OnClickStart ()
 
void OnChangeResolution ()
 
void OnClickContinue ()
 
void OnClickConfig ()
 
void OnClickMod ()
 
void OnClickCredit ()
 
void OnClickAnnounce ()
 
void OnClickAbout ()
 
void OnClickFeedback ()
 
void OnClickExit ()
 
override void OnKill ()
 
void OnChangeLanguage ()
 
- Public Member Functions inherited from ELayer
override void OnBeforeAddLayer ()
 
void InitInspector ()
 
override void Init ()
 
override void OnAfterAddLayer ()
 
void TryShowHelp ()
 
void AddLayerToUI (string id)
 
void TryShowHint (string _langHint=null)
 
void TalkHomeMemeber (string id)
 
void TalkMaid (string id)
 
override void OnRightClick ()
 

Static Public Member Functions

static void KillActor ()
 
- Static Public Member Functions inherited from ELayer
static int rnd (int a)
 

Public Attributes

LayerTitle.TitleType[] types
 
LayerEditBio embark
 
UIText textVersion
 
UIText textIntro
 
Transform transBook
 
CanvasGroup cgBook
 
CanvasGroup cgBG
 
float speed
 
GraphicRaycaster ray
 
Transform titleActor
 
Image uiLight
 
RawImage imageFog
 
RawImage imageBG
 
bool toggle
 
bool altTitle
 

Static Public Attributes

static LayerTitle Instance
 
static EmbarkActor actor
 

Properties

LayerTitle.TitleType CurrentTitle [get]
 
- Properties inherited from ELayer
static Core core [get]
 
static Game game [get]
 
static bool AdvMode [get]
 
static Player player [get]
 
static Chara pc [get]
 
static FactionBranch Branch [get]
 
static Faction Home [get]
 
static UI ui [get]
 
static Map _map [get]
 
static Zone _zone [get]
 
static Scene scene [get]
 
static BaseGameScreen screen [get]
 
static CoreConfig config [get]
 
static GameSetting setting [get]
 
static ColorProfile Colors [get]
 
static SourceManager sources [get]
 
static World world [get]
 
static SoundManager Sound [get]
 
static CoreDebug debug [get]
 
bool IsFloat [get]
 
virtual string IdHelp [get]
 

Additional Inherited Members

- Protected Member Functions inherited from ELayer
override void _Close ()
 
override void Kill ()
 

Detailed Description

Definition at line 6 of file LayerTitle.cs.

Member Function Documentation

◆ KillActor()

static void LayerTitle.KillActor ( )
static

Definition at line 154 of file LayerTitle.cs.

◆ OnChangeLanguage()

void LayerTitle.OnChangeLanguage ( )

Definition at line 148 of file LayerTitle.cs.

◆ OnChangeResolution()

void LayerTitle.OnChangeResolution ( )

Definition at line 47 of file LayerTitle.cs.

◆ OnClickAbout()

void LayerTitle.OnClickAbout ( )

Definition at line 83 of file LayerTitle.cs.

◆ OnClickAnnounce()

void LayerTitle.OnClickAnnounce ( )

Definition at line 77 of file LayerTitle.cs.

◆ OnClickConfig()

void LayerTitle.OnClickConfig ( )

Definition at line 59 of file LayerTitle.cs.

◆ OnClickContinue()

void LayerTitle.OnClickContinue ( )

Definition at line 53 of file LayerTitle.cs.

◆ OnClickCredit()

void LayerTitle.OnClickCredit ( )

Definition at line 71 of file LayerTitle.cs.

◆ OnClickExit()

void LayerTitle.OnClickExit ( )

Definition at line 95 of file LayerTitle.cs.

◆ OnClickFeedback()

void LayerTitle.OnClickFeedback ( )

Definition at line 89 of file LayerTitle.cs.

◆ OnClickMod()

void LayerTitle.OnClickMod ( )

Definition at line 65 of file LayerTitle.cs.

◆ OnClickStart()

void LayerTitle.OnClickStart ( )

Definition at line 40 of file LayerTitle.cs.

◆ OnInit()

override void LayerTitle.OnInit ( )

Definition at line 19 of file LayerTitle.cs.

◆ OnKill()

override void LayerTitle.OnKill ( )

Definition at line 111 of file LayerTitle.cs.

◆ Refresh()

void LayerTitle.Refresh ( )

Definition at line 31 of file LayerTitle.cs.

Member Data Documentation

◆ actor

EmbarkActor LayerTitle.actor
static

Definition at line 169 of file LayerTitle.cs.

◆ altTitle

bool LayerTitle.altTitle

Definition at line 211 of file LayerTitle.cs.

◆ cgBG

CanvasGroup LayerTitle.cgBG

Definition at line 187 of file LayerTitle.cs.

◆ cgBook

CanvasGroup LayerTitle.cgBook

Definition at line 184 of file LayerTitle.cs.

◆ embark

LayerEditBio LayerTitle.embark

Definition at line 172 of file LayerTitle.cs.

◆ imageBG

RawImage LayerTitle.imageBG

Definition at line 205 of file LayerTitle.cs.

◆ imageFog

RawImage LayerTitle.imageFog

Definition at line 202 of file LayerTitle.cs.

◆ Instance

LayerTitle LayerTitle.Instance
static

Definition at line 166 of file LayerTitle.cs.

◆ ray

GraphicRaycaster LayerTitle.ray

Definition at line 193 of file LayerTitle.cs.

◆ speed

float LayerTitle.speed

Definition at line 190 of file LayerTitle.cs.

◆ textIntro

UIText LayerTitle.textIntro

Definition at line 178 of file LayerTitle.cs.

◆ textVersion

UIText LayerTitle.textVersion

Definition at line 175 of file LayerTitle.cs.

◆ titleActor

Transform LayerTitle.titleActor

Definition at line 196 of file LayerTitle.cs.

◆ toggle

bool LayerTitle.toggle

Definition at line 208 of file LayerTitle.cs.

◆ transBook

Transform LayerTitle.transBook

Definition at line 181 of file LayerTitle.cs.

◆ types

LayerTitle.TitleType [] LayerTitle.types

Definition at line 163 of file LayerTitle.cs.

◆ uiLight

Image LayerTitle.uiLight

Definition at line 199 of file LayerTitle.cs.

Property Documentation

◆ CurrentTitle

LayerTitle.TitleType LayerTitle.CurrentTitle
get

Definition at line 10 of file LayerTitle.cs.


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