|
Elin Decompiled Documentation EA 23.230 Nightly
|
Public Member Functions | |
| void | SetText (string s, Sprite sprite=null, Color c=default(Color)) |
Public Attributes | |
| UIText | text |
| Image | image |
| Outline | outline2 |
| bool | setNativeSize = true |
Public Attributes inherited from PopItem | |
| Anime | animeIn |
| Anime | animeOut |
| Image | bg |
| Image | arrow |
| float | mtpDuration = 1f |
| Vector2 | destPos |
| Tween | killTimer |
| bool | isDying |
| bool | important |
Definition at line 4 of file PopItemText.cs.
Definition at line 14 of file PopItemText.cs.
References Color, image, outline2, PopManager.outlineAlpha, setNativeSize, UIText.SetText(), and text.
Referenced by PopManager.PopText().
| Image PopItemText.image |
Definition at line 8 of file PopItemText.cs.
Referenced by WidgetPopText._SayPick(), and SetText().
| Outline PopItemText.outline2 |
Definition at line 10 of file PopItemText.cs.
Referenced by SetText().
| bool PopItemText.setNativeSize = true |
Definition at line 12 of file PopItemText.cs.
Referenced by SetText().
| UIText PopItemText.text |
Definition at line 6 of file PopItemText.cs.
Referenced by SetText().