|
Elin Decompiled Documentation EA 23.240 Nightly
|
Public Member Functions | |
| IEnumerator | Animate () |
| void | ApplySkin () |
| void | ApplySkin () |
Public Attributes | |
| ImageType | imageType |
| BaseSkinRoot | skinRoot |
| bool | animate |
| Vector2 | animeSpeed |
Protected Member Functions | |
| override void | Awake () |
| override void | OnEnable () |
| override void | OnDisable () |
| override void | OnPopulateMesh (VertexHelper vh) |
Definition at line 5 of file UIRawImage.cs.
|
inline |
Definition at line 39 of file UIRawImage.cs.
|
inline |
Implements IUISkin.
Definition at line 51 of file UIRawImage.cs.
References BaseSkinRoot.ApplySkin(), SkinColorProfile.colorLine, BaseSkinRoot.Colors, SkinManager.currentSkin, imageType, SkinManager.Instance, and skinRoot.
Referenced by Awake().
|
inlineprotected |
Definition at line 15 of file UIRawImage.cs.
References ApplySkin().
|
inlineprotected |
Definition at line 30 of file UIRawImage.cs.
References animate.
|
inlineprotected |
Definition at line 21 of file UIRawImage.cs.
References animate.
|
inlineprotected |
Definition at line 61 of file UIRawImage.cs.
| bool UIRawImage.animate |
Definition at line 11 of file UIRawImage.cs.
Referenced by OnDisable(), and OnEnable().
| Vector2 UIRawImage.animeSpeed |
Definition at line 13 of file UIRawImage.cs.
| ImageType UIRawImage.imageType |
Definition at line 7 of file UIRawImage.cs.
Referenced by ApplySkin(), and SkinRoot.ApplySkin().
| BaseSkinRoot UIRawImage.skinRoot |
Definition at line 9 of file UIRawImage.cs.
Referenced by ApplySkin().