|
Elin Decompiled Documentation EA 23.246 Nightly
|
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< Tab > | tabs |
| Anime | anime |
| Vector2 | posFix |
| bool | usePosFix = true |
| Vector2 | clampMargin = new Vector2(-1f, -1f) |
| Vector2 | resizeGrid |
| string | rightMenuAlias |
| bool Window.Setting.allowResize |
Definition at line 63 of file Window.cs.
Referenced by Window.ProcessCursorChanges().
| bool Window.Setting.alwaysShowTab |
Definition at line 77 of file Window.cs.
Referenced by Window.BuildTabs().
| Anime Window.Setting.anime |
Definition at line 83 of file Window.cs.
Referenced by Window.Init().
| bool Window.Setting.asWidget |
Definition at line 59 of file Window.cs.
Referenced by Window.Init().
| bool Window.Setting.bottomBack |
Definition at line 67 of file Window.cs.
Referenced by Window.Init().
| Rect Window.Setting.bound = new Rect(400f, 300f, 1000f, 1000f) |
Definition at line 57 of file Window.cs.
Referenced by Window.ProcessResize().
| Vector2 Window.Setting.clampMargin = new Vector2(-1f, -1f) |
Definition at line 89 of file Window.cs.
Referenced by Window.ClampToScreen().
| bool Window.Setting.dontBringToTop |
Definition at line 69 of file Window.cs.
Referenced by Window.Update().
| bool Window.Setting.openLastTab = true |
Definition at line 75 of file Window.cs.
Referenced by Window.Init(), and Window.OnKill().
| Vector2 Window.Setting.posFix |
Definition at line 85 of file Window.cs.
Referenced by Window.Init().
| Vector2 Window.Setting.resizeGrid |
Definition at line 91 of file Window.cs.
Referenced by Window.ProcessResize().
| string Window.Setting.rightMenuAlias |
Definition at line 93 of file Window.cs.
Referenced by Window.Awake().
| bool Window.Setting.saveWindow |
Definition at line 65 of file Window.cs.
Referenced by Window.Init(), and Window.UpdateSaveData().
| Sprite Window.Setting.spriteCaption |
Definition at line 55 of file Window.cs.
Referenced by Window.Init().
| bool Window.Setting.tabAfterCaption |
Definition at line 73 of file Window.cs.
Referenced by Window.ApplySkin(), and Window.Awake().
| List<Tab> Window.Setting.tabs |
Definition at line 81 of file Window.cs.
Referenced by Window.AddTab(), Window.BuildTabs(), Window.GetTab(), Window.Init(), Window.NextTab(), LayerHome.OnSwitchContent(), WindowChara.SetChara(), Window.SetContent(), and Window.SwitchContent().
| string Window.Setting.textCaption |
Definition at line 53 of file Window.cs.
Referenced by Layer.GetTextHeader(), and Window.Init().
| bool Window.Setting.transparent = true |
Definition at line 71 of file Window.cs.
Referenced by Window.ApplySkin().
| Type Window.Setting.type |
Definition at line 79 of file Window.cs.
Referenced by Window.Init().
| bool Window.Setting.usePosFix = true |
Definition at line 87 of file Window.cs.
Referenced by Window.Init().