Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | ApplySkin () |
void | ApplySkin () |
Public Attributes | |
bool | useSkinSize = true |
ImageType | imageType |
FrameType | frameType |
BaseSkinRoot | skinRoot |
Vector2 | sizeFix |
Image | frame |
Protected Member Functions | |
override void | Awake () |
override void | OnPopulateMesh (VertexHelper vh) |
Definition at line 4 of file UIImage.cs.
|
inline |
Implements IUISkin.
Definition at line 24 of file UIImage.cs.
References BaseSkinRoot.ApplySkin(), SkinRootStatic.assets, SkinColorProfile.colorLine, BaseSkinRoot.Colors, SkinManager.currentSkin, frame, SkinRootStatic.Assets.frame1, frameType, imageType, SkinManager.Instance, SkinRootStatic.BG.size, skinRoot, SkinRootStatic.BG.sprite, SkinRootStatic.useFrame, useSkinSize, and Util.
Referenced by Awake(), and UITooltip.SetData().
|
inlineprotected |
Definition at line 18 of file UIImage.cs.
References ApplySkin().
|
inlineprotected |
Definition at line 65 of file UIImage.cs.
Image UIImage.frame |
Definition at line 16 of file UIImage.cs.
Referenced by ApplySkin(), and Window.ApplySkin().
FrameType UIImage.frameType |
Definition at line 10 of file UIImage.cs.
Referenced by ApplySkin().
ImageType UIImage.imageType |
Definition at line 8 of file UIImage.cs.
Referenced by ApplySkin(), SkinRoot.ApplySkin(), and SkinRootStatic.ApplySkin().
Vector2 UIImage.sizeFix |
Definition at line 14 of file UIImage.cs.
BaseSkinRoot UIImage.skinRoot |
Definition at line 12 of file UIImage.cs.
Referenced by ApplySkin().
bool UIImage.useSkinSize = true |
Definition at line 6 of file UIImage.cs.
Referenced by ApplySkin(), and SkinRootStatic.ApplySkin().