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

Public Member Functions

void ApplySkin ()
 
void ApplySkin ()
 

Public Attributes

LayoutGroup layout
 
UIImage bg
 
RectTransform rectCorner
 
UIScrollView scrollView
 

Protected Member Functions

void Awake ()
 

Detailed Description

Definition at line 4 of file WindowInner.cs.

Member Function Documentation

◆ ApplySkin()

void WindowInner.ApplySkin ( )
inline

Implements IUISkin.

Definition at line 19 of file WindowInner.cs.

20 {
22 if ((bool)rectCorner)
23 {
24 rectCorner.anchoredPosition = currentSkin.positions.innerCorner;
25 rectCorner.SetAsLastSibling();
26 }
27 }
SkinRootStatic currentSkin
Definition: SkinManager.cs:53
static SkinManager Instance
Definition: SkinManager.cs:78
Positions positions
RectTransform rectCorner
Definition: WindowInner.cs:10

References SkinManager.currentSkin, SkinRootStatic.Positions.innerCorner, SkinManager.Instance, SkinRootStatic.positions, and rectCorner.

Referenced by Awake().

◆ Awake()

void WindowInner.Awake ( )
inlineprotected

Definition at line 14 of file WindowInner.cs.

15 {
16 ApplySkin();
17 }
void ApplySkin()
Definition: WindowInner.cs:19

References ApplySkin().

Member Data Documentation

◆ bg

UIImage WindowInner.bg

Definition at line 8 of file WindowInner.cs.

◆ layout

LayoutGroup WindowInner.layout

Definition at line 6 of file WindowInner.cs.

◆ rectCorner

RectTransform WindowInner.rectCorner

Definition at line 10 of file WindowInner.cs.

Referenced by ApplySkin().

◆ scrollView

UIScrollView WindowInner.scrollView

Definition at line 12 of file WindowInner.cs.


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