Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
Window.Setting Class Reference

Classes

class  BottomAction
 
class  Tab
 

Public Attributes

string textCaption
 
Sprite spriteCaption
 
Rect bound = new Rect(400f, 300f, 1000f, 1000f)
 
bool asWidget
 
bool allowMove
 
bool allowResize
 
bool saveWindow
 
bool bottomBack
 
bool dontBringToTop
 
bool transparent = true
 
bool tabAfterCaption
 
bool openLastTab = true
 
bool alwaysShowTab
 
Type type
 
List< Tabtabs
 
Anime anime
 
Vector2 posFix
 
bool usePosFix = true
 
Vector2 clampMargin = new Vector2(-1f, -1f)
 
Vector2 resizeGrid
 
string rightMenuAlias
 

Detailed Description

Definition at line 22 of file Window.cs.

Member Data Documentation

◆ allowMove

bool Window.Setting.allowMove

Definition at line 61 of file Window.cs.

◆ allowResize

bool Window.Setting.allowResize

Definition at line 63 of file Window.cs.

Referenced by Window.ProcessCursorChanges().

◆ alwaysShowTab

bool Window.Setting.alwaysShowTab

Definition at line 77 of file Window.cs.

Referenced by Window.BuildTabs().

◆ anime

Anime Window.Setting.anime

Definition at line 83 of file Window.cs.

Referenced by Window.Init().

◆ asWidget

bool Window.Setting.asWidget

Definition at line 59 of file Window.cs.

Referenced by Window.Init().

◆ bottomBack

bool Window.Setting.bottomBack

Definition at line 67 of file Window.cs.

Referenced by Window.Init().

◆ bound

Rect Window.Setting.bound = new Rect(400f, 300f, 1000f, 1000f)

Definition at line 57 of file Window.cs.

Referenced by Window.ProcessResize().

◆ clampMargin

Vector2 Window.Setting.clampMargin = new Vector2(-1f, -1f)

Definition at line 89 of file Window.cs.

Referenced by Window.ClampToScreen().

◆ dontBringToTop

bool Window.Setting.dontBringToTop

Definition at line 69 of file Window.cs.

Referenced by Window.Update().

◆ openLastTab

bool Window.Setting.openLastTab = true

Definition at line 75 of file Window.cs.

Referenced by Window.Init(), and Window.OnKill().

◆ posFix

Vector2 Window.Setting.posFix

Definition at line 85 of file Window.cs.

Referenced by Window.Init().

◆ resizeGrid

Vector2 Window.Setting.resizeGrid

Definition at line 91 of file Window.cs.

Referenced by Window.ProcessResize().

◆ rightMenuAlias

string Window.Setting.rightMenuAlias

Definition at line 93 of file Window.cs.

Referenced by Window.Awake().

◆ saveWindow

bool Window.Setting.saveWindow

Definition at line 65 of file Window.cs.

Referenced by Window.Init(), and Window.UpdateSaveData().

◆ spriteCaption

Sprite Window.Setting.spriteCaption

Definition at line 55 of file Window.cs.

Referenced by Window.Init().

◆ tabAfterCaption

bool Window.Setting.tabAfterCaption

Definition at line 73 of file Window.cs.

Referenced by Window.ApplySkin(), and Window.Awake().

◆ tabs

◆ textCaption

string Window.Setting.textCaption

Definition at line 53 of file Window.cs.

Referenced by Layer.GetTextHeader(), and Window.Init().

◆ transparent

bool Window.Setting.transparent = true

Definition at line 71 of file Window.cs.

Referenced by Window.ApplySkin().

◆ type

Type Window.Setting.type

Definition at line 79 of file Window.cs.

Referenced by Window.Init().

◆ usePosFix

bool Window.Setting.usePosFix = true

Definition at line 87 of file Window.cs.

Referenced by Window.Init().


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