Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | Set (string text) |
void | Set (BalloonData data) |
void | Init (Transform parent=null) |
void | Intro () |
void | ForceOutro () |
void | Outro () |
void | Kill () |
void | SetDuration (float duration) |
Public Attributes | |
Transform | animeTarget |
CanvasGroup | animeGroup |
Anime | intro |
Anime | outro |
Anime | outroForce |
Anime | loop |
float | duration = 6f |
bool | pooling |
Vector3 | fixPos = Vector3.zero |
bool | startTransparent |
bool | clamp |
Text | uiText |
bool | screenSpace = true |
ContentSizeFitter | fitter |
Image | icon |
bool | stopFollow |
float | destX |
float | destY |
RectTransform | rect |
Popfab | reciever |
float | destTime |
bool | isOutro |
Transform | followTarget |
bool | isUseDuration = true |
bool | hasRect |
Private Member Functions | |
void | Awake () |
void | LateUpdate () |
void | ClampToScreen () |
Private Attributes | |
bool | isKilled |
Vector3? | lastPosition |
Definition at line 6 of file PopfabItem.cs.
|
inlineprivate |
Definition at line 73 of file PopfabItem.cs.
References animeTarget, hasRect, and rect.
|
inlineprivate |
Definition at line 180 of file PopfabItem.cs.
Referenced by LateUpdate().
|
inline |
Definition at line 200 of file PopfabItem.cs.
References animeTarget, isOutro, Kill(), outroForce, and Anime.Play().
|
inline |
Definition at line 104 of file PopfabItem.cs.
References animeGroup, animeTarget, Color, fitter, followTarget, lastPosition, startTransparent, stopFollow, and uiText.
|
inline |
Definition at line 137 of file PopfabItem.cs.
References animeTarget, destTime, duration, intro, LateUpdate(), and Anime.Play().
|
inline |
Definition at line 230 of file PopfabItem.cs.
References destY, isKilled, isOutro, isUseDuration, lastPosition, pooling, reciever, Popfab.Remove(), and stopFollow.
Referenced by ForceOutro(), LateUpdate(), and Outro().
|
inlineprivate |
Definition at line 148 of file PopfabItem.cs.
References clamp, ClampToScreen(), destTime, fixPos, followTarget, hasRect, isOutro, isUseDuration, Kill(), lastPosition, Outro(), and stopFollow.
Referenced by Intro().
|
inline |
Definition at line 216 of file PopfabItem.cs.
References animeTarget, destY, isOutro, Kill(), outro, and Anime.Play().
Referenced by LateUpdate().
|
inline |
Definition at line 91 of file PopfabItem.cs.
References BalloonData.font, BalloonData.fontSize, Set(), BalloonData.text, and uiText.
|
inline |
Definition at line 83 of file PopfabItem.cs.
References uiText.
Referenced by Popfab.Pop(), and Set().
|
inline |
CanvasGroup PopfabItem.animeGroup |
Definition at line 10 of file PopfabItem.cs.
Referenced by Init().
Transform PopfabItem.animeTarget |
Definition at line 8 of file PopfabItem.cs.
Referenced by Awake(), ForceOutro(), Init(), Intro(), and Outro().
bool PopfabItem.clamp |
Definition at line 30 of file PopfabItem.cs.
Referenced by LateUpdate().
float PopfabItem.destTime |
Definition at line 56 of file PopfabItem.cs.
Referenced by Intro(), LateUpdate(), and SetDuration().
float PopfabItem.destX |
Definition at line 44 of file PopfabItem.cs.
float PopfabItem.destY |
Definition at line 47 of file PopfabItem.cs.
float PopfabItem.duration = 6f |
Definition at line 20 of file PopfabItem.cs.
Referenced by Intro(), and SetDuration().
ContentSizeFitter PopfabItem.fitter |
Definition at line 37 of file PopfabItem.cs.
Referenced by Init().
Vector3 PopfabItem.fixPos = Vector3.zero |
Definition at line 24 of file PopfabItem.cs.
Referenced by LateUpdate().
Transform PopfabItem.followTarget |
Definition at line 62 of file PopfabItem.cs.
Referenced by Init(), and LateUpdate().
bool PopfabItem.hasRect |
Definition at line 71 of file PopfabItem.cs.
Referenced by Awake(), ClampToScreen(), and LateUpdate().
Image PopfabItem.icon |
Definition at line 39 of file PopfabItem.cs.
Anime PopfabItem.intro |
Definition at line 12 of file PopfabItem.cs.
Referenced by Intro().
|
private |
Definition at line 26 of file PopfabItem.cs.
Referenced by Kill().
bool PopfabItem.isOutro |
Definition at line 59 of file PopfabItem.cs.
Referenced by ForceOutro(), Kill(), LateUpdate(), and Outro().
bool PopfabItem.isUseDuration = true |
Definition at line 68 of file PopfabItem.cs.
Referenced by Kill(), and LateUpdate().
|
private |
Definition at line 65 of file PopfabItem.cs.
Referenced by Init(), Kill(), and LateUpdate().
Anime PopfabItem.loop |
Definition at line 18 of file PopfabItem.cs.
Anime PopfabItem.outro |
Definition at line 14 of file PopfabItem.cs.
Referenced by Outro().
Anime PopfabItem.outroForce |
Definition at line 16 of file PopfabItem.cs.
Referenced by ForceOutro().
bool PopfabItem.pooling |
Definition at line 22 of file PopfabItem.cs.
Referenced by Kill().
Popfab PopfabItem.reciever |
Definition at line 53 of file PopfabItem.cs.
Referenced by Kill().
RectTransform PopfabItem.rect |
Definition at line 50 of file PopfabItem.cs.
Referenced by Awake(), and ClampToScreen().
bool PopfabItem.screenSpace = true |
Definition at line 35 of file PopfabItem.cs.
bool PopfabItem.startTransparent |
Definition at line 28 of file PopfabItem.cs.
Referenced by Init().
bool PopfabItem.stopFollow |
Definition at line 41 of file PopfabItem.cs.
Referenced by Init(), Kill(), and LateUpdate().
Text PopfabItem.uiText |
Definition at line 33 of file PopfabItem.cs.