|
Elin Decompiled Documentation EA 23.246 Nightly
|
Public Member Functions | |
| override void | Play (AnimePhase phase, UnityAction onComplete=null) |
| UIAnimeGroup | AddAnime (Transform target, Anime intro, Anime outro=null, Anime loop=null) |
| override bool | Has (AnimePhase phase) |
Public Member Functions inherited from UIAnime | |
| virtual void | Play (AnimePhase phase, UnityAction onComplete=null) |
| virtual bool | Has (AnimePhase phase) |
| void | OnComplete (UnityAction onComplete) |
Public Attributes | |
| List< AnimeItem > | animes = new List<AnimeItem>() |
Public Attributes inherited from UIAnime | |
| bool | isDisableInput = true |
Definition at line 5 of file UIAnimeGroup.cs.
|
inline |
Definition at line 28 of file UIAnimeGroup.cs.
References animes.
|
inlinevirtual |
Reimplemented from UIAnime.
Definition at line 40 of file UIAnimeGroup.cs.
References animes, AnimeItem.intro, and AnimeItem.outro.
|
inlinevirtual |
Reimplemented from UIAnime.
Definition at line 9 of file UIAnimeGroup.cs.
References animes, UIAnime.OnComplete(), and AnimeItem.Play().
Definition at line 7 of file UIAnimeGroup.cs.
Referenced by AddAnime(), Has(), and Play().