Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | Enter () |
virtual void | OnEnter () |
void | Leave () |
virtual void | OnLeave () |
void | Kill () |
Public Attributes | |
SpriteRenderer | sr |
AnimeTween | aniEnter |
AnimeTween | aniLeave |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
static Core | core |
![]() | |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static FactionBranch | Branch [get] |
static FactionBranch | BranchOrHomeBranch [get] |
static Faction | Home [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static GameSetting | setting [get] |
static GameData | gamedata [get] |
static ColorProfile | Colors [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static CoreDebug | debug [get] |
Definition at line 3 of file DramaProp.cs.
|
inline |
Definition at line 11 of file DramaProp.cs.
References aniEnter, OnEnter(), and AnimeTween.Play().
Referenced by DramaManager.ParseLine().
|
inline |
Definition at line 34 of file DramaProp.cs.
|
inline |
Definition at line 21 of file DramaProp.cs.
References aniLeave, OnLeave(), and AnimeTween.Play().
|
inlinevirtual |
Reimplemented in DramaPropOnev.
Definition at line 17 of file DramaProp.cs.
Referenced by Enter().
|
inlinevirtual |
Reimplemented in DramaPropOnev.
Definition at line 30 of file DramaProp.cs.
Referenced by Leave().
AnimeTween DramaProp.aniEnter |
Definition at line 7 of file DramaProp.cs.
Referenced by Enter().
AnimeTween DramaProp.aniLeave |
Definition at line 9 of file DramaProp.cs.
Referenced by Leave().
SpriteRenderer DramaProp.sr |
Definition at line 5 of file DramaProp.cs.
Referenced by DramaPropOnev.OnEnter(), and DramaPropOnev.OnLeave().