|
Elin Decompiled Documentation EA 23.246 Nightly
|
Public Member Functions | |
| Popper | SetText (string s, Color c=default(Color)) |
Static Public Member Functions | |
| static void | SetText (TextMesh mesh, string text) |
Public Attributes | |
| bool | isDestryoed |
| DOTweenAnimation | anime |
| SpriteRenderer | sr |
| Vector3 | posFix |
| Vector3 | posRandom |
| bool | useLocalPosition |
| Tween | tweenDelay |
| TextMesh | text |
| TextMesh | text2 |
Static Public Attributes | |
| static Vector3 | scale = Vector3.one |
Definition at line 28 of file Popper.cs.
References Color, scale, SetText(), and text.
Referenced by DamageTextRenderer.Flush(), BaseStats.PopText(), ActionMode.RefreshTexts(), and SetText().
|
inlinestatic |
Definition at line 40 of file Popper.cs.
References FontSource.font, SkinManager.fontSet, SkinManager.Instance, SkinManager.FontData.source, text, and SkinManager.FontSet.ui.
| DOTweenAnimation Popper.anime |
Definition at line 12 of file Popper.cs.
Referenced by PopperManager.Kill(), and PopperManager.Pop().
| Vector3 Popper.posFix |
Definition at line 16 of file Popper.cs.
Referenced by PopperManager.Pop().
| Vector3 Popper.posRandom |
Definition at line 18 of file Popper.cs.
Referenced by PopperManager.Pop().
|
static |
| Tween Popper.tweenDelay |
Definition at line 22 of file Popper.cs.
Referenced by PopperManager.Kill().
| bool Popper.useLocalPosition |
Definition at line 20 of file Popper.cs.
Referenced by PopperManager.Pop().