Elin Modding Docs Doc
|
Public Member Functions | |
void | Hide () |
Public Attributes | |
Camera | cam |
TiltShift | tiltShift |
ScreenGrading | grading |
SpriteRenderer | sr |
SpriteRenderer | sr2 |
ParticleSystem | ps |
float | speed |
float | speedSky |
float | skyLevel = 1f |
float | fadeTime |
float | targetFade = 1f |
bool | show |
bool | crystal |
bool | isDestroying |
DOTweenAnimation | anim |
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 9 of file EmbarkActor.cs.
void EmbarkActor.Hide | ( | ) |
Definition at line 54 of file EmbarkActor.cs.
DOTweenAnimation EmbarkActor.anim |
Definition at line 116 of file EmbarkActor.cs.
Camera EmbarkActor.cam |
Definition at line 74 of file EmbarkActor.cs.
bool EmbarkActor.crystal |
Definition at line 110 of file EmbarkActor.cs.
float EmbarkActor.fadeTime |
Definition at line 101 of file EmbarkActor.cs.
ScreenGrading EmbarkActor.grading |
Definition at line 80 of file EmbarkActor.cs.
bool EmbarkActor.isDestroying |
Definition at line 113 of file EmbarkActor.cs.
ParticleSystem EmbarkActor.ps |
Definition at line 89 of file EmbarkActor.cs.
bool EmbarkActor.show |
Definition at line 107 of file EmbarkActor.cs.
float EmbarkActor.skyLevel = 1f |
Definition at line 98 of file EmbarkActor.cs.
float EmbarkActor.speed |
Definition at line 92 of file EmbarkActor.cs.
float EmbarkActor.speedSky |
Definition at line 95 of file EmbarkActor.cs.
SpriteRenderer EmbarkActor.sr |
Definition at line 83 of file EmbarkActor.cs.
SpriteRenderer EmbarkActor.sr2 |
Definition at line 86 of file EmbarkActor.cs.
float EmbarkActor.targetFade = 1f |
Definition at line 104 of file EmbarkActor.cs.
TiltShift EmbarkActor.tiltShift |
Definition at line 77 of file EmbarkActor.cs.