|
Elin Decompiled Documentation EA 23.245 Nightly
|
Public Member Functions | |
| void | HideMouseInfo () |
| void | SetDragImage (Image i, string text=null, UIText uiText=null) |
| void | SetDragText (string text=null, string text2=null) |
Public Attributes | |
| ActionHint | hint |
| Transform | frame |
| UIHangIcon | hangCorner |
| Image | imageDrag |
| Image | imageCover |
| CanvasGroup | cgDrag |
| UIText | textDrag |
| UIText | textDrag2 |
| UIText | textMouseHintRight |
| UIText | textMouseHintLeft |
| Vector3 | imageDragFix |
| Vector3 | imageDragFix2 |
| Vector3 | textMouseHintFix |
| Vector3 | textMouseHintFixLeft |
| int | marginImageDrag |
| Image | imageRight |
| UIText | textRight |
| UIText | textLeft |
| UIText | textMiddle |
| UIText | textWheel |
| Transform | transRight |
| Vector2 | rightTextPos |
| Vector2 | leftTextPos |
| Vector2 | wheelTextPos |
| Vector2 | wheelTextPos2 |
| Vector3 | transRightPos |
Additional Inherited Members | |
Static Public Member Functions inherited from EClass | |
| static int | rndSeed (int a, int seed) |
| static int | rnd (long a) |
| static int | rnd (int a) |
| static int | curve (int _a, int start, int step, int rate=75) |
| static int | sqrt (int a) |
| static int | rndHalf (int a) |
| static float | rndf (float a) |
| static int | rndSqrt (int a) |
| static void | Wait (float a, Card c) |
| static void | Wait (float a, Point p) |
| static int | Bigger (int a, int b) |
| static int | Smaller (int a, int b) |
Static Public Attributes inherited from EClass | |
| static Core | core |
Properties inherited from EClass | |
| 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 Faction | Wilds [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 SourceManager | sources [get] |
| static SourceManager | editorSources [get] |
| static SoundManager | Sound [get] |
| static CoreDebug | debug [get] |
|
inline |
Definition at line 60 of file HUD.cs.
References transRight.
Referenced by UI.OnChangeLayer().
|
inline |
Definition at line 65 of file HUD.cs.
References imageDrag, imageDragFix2, marginImageDrag, SetDragText(), UIText.size, textDrag2, and Util.
Referenced by UI.EndDrag().
|
inline |
Definition at line 99 of file HUD.cs.
References UIText.lang, textDrag, and textDrag2.
Referenced by SetDragImage().
| UIHangIcon HUD.hangCorner |
Definition at line 12 of file HUD.cs.
Referenced by UI.OnActivateZone().
| ActionHint HUD.hint |
Definition at line 8 of file HUD.cs.
Referenced by UI.OnChangeLayer(), AM_Dig.OnSelectEnd(), and AM_Dig.OnSelectStart().
| Image HUD.imageCover |
Definition at line 16 of file HUD.cs.
Referenced by UI.HideCover(), and UI.ShowCover().
| Image HUD.imageDrag |
Definition at line 14 of file HUD.cs.
Referenced by UI.OnUpdate(), and SetDragImage().
| Vector3 HUD.imageDragFix2 |
Definition at line 30 of file HUD.cs.
Referenced by UI.OnUpdate(), and SetDragImage().
| int HUD.marginImageDrag |
Definition at line 36 of file HUD.cs.
Referenced by UI.OnUpdate(), and SetDragImage().
| UIText HUD.textDrag |
Definition at line 20 of file HUD.cs.
Referenced by SetDragText().
| UIText HUD.textDrag2 |
Definition at line 22 of file HUD.cs.
Referenced by SetDragImage(), and SetDragText().
| Vector3 HUD.textMouseHintFix |
Definition at line 32 of file HUD.cs.
Referenced by UI.ShowMouseHint().
| Vector3 HUD.textMouseHintFixLeft |
Definition at line 34 of file HUD.cs.
Referenced by UI.ShowMouseHint().
| UIText HUD.textMouseHintLeft |
Definition at line 26 of file HUD.cs.
Referenced by UI.HideMouseHint(), and UI.ShowMouseHint().
| UIText HUD.textMouseHintRight |
Definition at line 24 of file HUD.cs.
Referenced by UI.HideMouseHint(), and UI.ShowMouseHint().
| Transform HUD.transRight |
Definition at line 48 of file HUD.cs.
Referenced by HideMouseInfo().