Elin Modding Docs Doc
|
Public Member Functions | |
void | SetImage (Sprite sprite) |
override void | OnUpdateInput () |
void | Zoom (float a) |
override void | OnKill () |
![]() | |
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 | |
Image | image |
Vector2 | margin |
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 6 of file LayerImage.cs.
override void LayerImage.OnKill | ( | ) |
Definition at line 55 of file LayerImage.cs.
override void LayerImage.OnUpdateInput | ( | ) |
Definition at line 25 of file LayerImage.cs.
void LayerImage.SetImage | ( | Sprite | sprite | ) |
Definition at line 9 of file LayerImage.cs.
void LayerImage.Zoom | ( | float | a | ) |
Definition at line 40 of file LayerImage.cs.
Image LayerImage.image |
Definition at line 61 of file LayerImage.cs.
Vector2 LayerImage.margin |
Definition at line 64 of file LayerImage.cs.