Elin Decompiled Documentation EA 23.102 Nightly
|
Classes | |
class | Assets |
class | BG |
class | Positions |
class | SkinColors |
Public Member Functions | |
SkinRootStatic | GetSkin (SkinType type) |
override SkinColorProfile | GetColors (SkinType type) |
override void | ApplySkin (UIImage t) |
![]() | |
virtual SkinColorProfile | GetColors (SkinType type) |
virtual void | ApplySkin (UIImage t) |
virtual void | ApplySkin (UIRawImage t) |
virtual void | ApplySkin (UIText t, FontSource f) |
virtual SkinAsset_Button | GetButton () |
Public Attributes | |
SkinColors | colors |
SkinColorProfileEx | colorsEx |
bool | darkSkin |
bool | textShadow |
bool | generateWideSprite |
bool | useDeco |
bool | useFrame |
bool | captionOutline |
bool | captionBG |
bool | alwaysShadow |
bool | noShadow |
Color | textShadowColor |
Color | shadowColor |
Texture2D | skinTexture |
float | bgAlpha |
float | bgAlpha2 |
float | transparency |
Assets | assets |
Positions | positions |
Properties | |
override SkinColorProfile | Colors [get] |
override SkinColorProfileEx | ColorsEx [get] |
![]() | |
string | Name [get] |
virtual SkinColorProfile | Colors [get] |
virtual SkinColorProfileEx | ColorsEx [get] |
Private Attributes | |
Sprite | spriteWide |
Definition at line 4 of file SkinRootStatic.cs.
|
inlinevirtual |
Reimplemented from BaseSkinRoot.
Definition at line 131 of file SkinRootStatic.cs.
References assets, SkinRootStatic.Assets.bgContext, SkinRootStatic.Assets.bgDialog, SkinRootStatic.Assets.bgInner, SkinRootStatic.Assets.bgTooltip, SkinRootStatic.Assets.bgTooltipAlt, SkinRootStatic.Assets.bgWindow, SkinRootStatic.Assets.bgWindowBoard, SkinRootStatic.Assets.bgWindowSlim, SkinRootStatic.BG.color, UIImage.imageType, SkinRootStatic.BG.size, SkinRootStatic.BG.sprite, and UIImage.useSkinSize.
Referenced by ContentConfigTest.OnInstantiate().
|
inlinevirtual |
Reimplemented from BaseSkinRoot.
Definition at line 126 of file SkinRootStatic.cs.
References SkinRootStatic.SkinColors._default, colors, and GetSkin().
|
inline |
Definition at line 114 of file SkinRootStatic.cs.
References colors, SkinManager.Instance, SkinManager.skinDark, SkinManager.skinLight, SkinManager.skinTitle, and SkinRootStatic.SkinColors.skinTooltip.
Referenced by UINote.Clear(), GetColors(), and UIList.Refresh().
bool SkinRootStatic.alwaysShadow |
Definition at line 88 of file SkinRootStatic.cs.
Referenced by Window.ApplySkin().
Assets SkinRootStatic.assets |
Definition at line 104 of file SkinRootStatic.cs.
Referenced by UIImage.ApplySkin(), and ApplySkin().
float SkinRootStatic.bgAlpha |
Definition at line 98 of file SkinRootStatic.cs.
float SkinRootStatic.bgAlpha2 |
Definition at line 100 of file SkinRootStatic.cs.
bool SkinRootStatic.captionBG |
Definition at line 86 of file SkinRootStatic.cs.
Referenced by Window.ApplySkin().
bool SkinRootStatic.captionOutline |
Definition at line 84 of file SkinRootStatic.cs.
Referenced by Window.ApplySkin().
SkinColors SkinRootStatic.colors |
Definition at line 70 of file SkinRootStatic.cs.
Referenced by GetColors(), CoreExtension.GetFixedColor(), GetSkin(), UITooltip.SetData(), and CoreExtension.TagColorGoodBad().
SkinColorProfileEx SkinRootStatic.colorsEx |
Definition at line 72 of file SkinRootStatic.cs.
Referenced by Window.ApplySkin().
bool SkinRootStatic.darkSkin |
Definition at line 74 of file SkinRootStatic.cs.
bool SkinRootStatic.generateWideSprite |
Definition at line 78 of file SkinRootStatic.cs.
bool SkinRootStatic.noShadow |
Definition at line 90 of file SkinRootStatic.cs.
Referenced by Window.ApplySkin(), and Window.EnableShadow().
Positions SkinRootStatic.positions |
Definition at line 106 of file SkinRootStatic.cs.
Referenced by Window.ApplySkin(), WindowInner.ApplySkin(), and WindowMenu.Init().
Color SkinRootStatic.shadowColor |
Definition at line 94 of file SkinRootStatic.cs.
Referenced by Window.EnableShadow().
Texture2D SkinRootStatic.skinTexture |
Definition at line 96 of file SkinRootStatic.cs.
Referenced by SkinManager.SetMainSkin().
|
private |
Definition at line 108 of file SkinRootStatic.cs.
bool SkinRootStatic.textShadow |
Definition at line 76 of file SkinRootStatic.cs.
Color SkinRootStatic.textShadowColor |
Definition at line 92 of file SkinRootStatic.cs.
float SkinRootStatic.transparency |
Definition at line 102 of file SkinRootStatic.cs.
Referenced by Window.ApplySkin().
bool SkinRootStatic.useDeco |
Definition at line 80 of file SkinRootStatic.cs.
Referenced by Window.ApplySkin().
bool SkinRootStatic.useFrame |
Definition at line 82 of file SkinRootStatic.cs.
Referenced by UIImage.ApplySkin(), and Window.ApplySkin().
|
get |
Definition at line 110 of file SkinRootStatic.cs.
Referenced by WidgetPopText._Say().
|
get |
Definition at line 112 of file SkinRootStatic.cs.
Referenced by UISelectableGroup.SetColors().