|
Elin Modding Docs Doc
|
Public Member Functions | |
| TransAnime | Init () |
| bool | Update () |
Public Attributes | |
| Vector3 | v |
| Point | point |
| CardRenderer | renderer |
| TransAnimeData | data |
| int | frame |
| int | startFrame |
| float | timer |
| Vector3 | dest |
| bool | animeBlock |
| bool | flipX |
| bool | drawBlock |
Definition at line 5 of file TransAnime.cs.
| TransAnime TransAnime.Init | ( | ) |
Definition at line 8 of file TransAnime.cs.
| bool TransAnime.Update | ( | ) |
Definition at line 22 of file TransAnime.cs.
| bool TransAnime.animeBlock |
Definition at line 96 of file TransAnime.cs.
| TransAnimeData TransAnime.data |
Definition at line 81 of file TransAnime.cs.
| Vector3 TransAnime.dest |
Definition at line 93 of file TransAnime.cs.
| bool TransAnime.drawBlock |
Definition at line 102 of file TransAnime.cs.
| bool TransAnime.flipX |
Definition at line 99 of file TransAnime.cs.
| int TransAnime.frame |
Definition at line 84 of file TransAnime.cs.
| Point TransAnime.point |
Definition at line 75 of file TransAnime.cs.
| CardRenderer TransAnime.renderer |
Definition at line 78 of file TransAnime.cs.
| int TransAnime.startFrame |
Definition at line 87 of file TransAnime.cs.
| float TransAnime.timer |
Definition at line 90 of file TransAnime.cs.
| Vector3 TransAnime.v |
Definition at line 72 of file TransAnime.cs.