Elin Modding Docs Doc
|
Public Member Functions | |
override void | OnInit () |
override void | OnUpdateInput () |
![]() | |
override void | OnBeforeAddLayer () |
void | InitInspector () |
override void | Init () |
override void | OnAfterAddLayer () |
void | TryShowHelp () |
void | AddLayerToUI (string id) |
void | TryShowHint (string _langHint=null) |
void | TalkHomeMemeber (string id) |
void | TalkMaid (string id) |
override void | OnRightClick () |
Public Attributes | |
CircularRadialButton | radial |
Vector2 | oriPos |
float | closeDist |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
override void | _Close () |
override void | Kill () |
![]() | |
static Core | core [get] |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static FactionBranch | Branch [get] |
static Faction | Home [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static CoreConfig | config [get] |
static GameSetting | setting [get] |
static ColorProfile | Colors [get] |
static SourceManager | sources [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static CoreDebug | debug [get] |
bool | IsFloat [get] |
virtual string | IdHelp [get] |
Definition at line 5 of file LayerQuickMenu.cs.
override void LayerQuickMenu.OnInit | ( | ) |
Definition at line 8 of file LayerQuickMenu.cs.
override void LayerQuickMenu.OnUpdateInput | ( | ) |
Definition at line 41 of file LayerQuickMenu.cs.
float LayerQuickMenu.closeDist |
Definition at line 71 of file LayerQuickMenu.cs.
Vector2 LayerQuickMenu.oriPos |
Definition at line 68 of file LayerQuickMenu.cs.
CircularRadialButton LayerQuickMenu.radial |
Definition at line 65 of file LayerQuickMenu.cs.