Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
T | Pop< T > (string id) |
PopfabItem | Pop (string id, string text=null) |
PopfabItem | Pop (PopfabItem item) |
void | Remove (PopfabItem item) |
void | Clear () |
void | ForceOutro () |
void | PushItems (Vector3 pos) |
Public Attributes | |
float | fixX |
float | fixY |
float | spacing = 10f |
bool | invert |
int | maxItems |
Ease | pushEase = Ease.Linear |
float | pushDuration = 0.5f |
List< PopfabItem > | list = new List<PopfabItem>() |
Protected Member Functions | |
virtual void | Awake () |
Private Member Functions | |
void | OnDestroy () |
Private Attributes | |
Transform | _trans |
|
inlineprotectedvirtual |
|
inline |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
Definition at line 36 of file Popfab.cs.
References Pop(), and PopfabItem.Set().
Referenced by Pop().
|
inline |
T | : | PopfabItem |
Definition at line 31 of file Popfab.cs.
References Util.
|
inline |
|
inline |
|
private |
Definition at line 21 of file Popfab.cs.
Referenced by Awake(), OnDestroy(), and Pop().
bool Popfab.invert |
Definition at line 13 of file Popfab.cs.
Referenced by PushItems().
List<PopfabItem> Popfab.list = new List<PopfabItem>() |
Definition at line 24 of file Popfab.cs.
Referenced by Clear(), ForceOutro(), Pop(), PushItems(), and Remove().
float Popfab.pushDuration = 0.5f |
Definition at line 19 of file Popfab.cs.
Referenced by PushItems().
Ease Popfab.pushEase = Ease.Linear |
Definition at line 17 of file Popfab.cs.
Referenced by Pop(), and PushItems().