Elin Modding Docs Doc
All Classes Namespaces
HUD Class Reference
Inheritance diagram for HUD:
EClass

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 rnd (int a)
 
static int curve (int a, int start, int step, int rate=75)
 
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]
 

Detailed Description

Definition at line 7 of file HUD.cs.

Member Function Documentation

◆ HideMouseInfo()

void HUD.HideMouseInfo ( )

Definition at line 10 of file HUD.cs.

◆ SetDragImage()

void HUD.SetDragImage ( Image i,
string text = null,
UIText uiText = null )

Definition at line 16 of file HUD.cs.

◆ SetDragText()

void HUD.SetDragText ( string text = null,
string text2 = null )

Definition at line 51 of file HUD.cs.

Member Data Documentation

◆ cgDrag

CanvasGroup HUD.cgDrag

Definition at line 81 of file HUD.cs.

◆ frame

Transform HUD.frame

Definition at line 69 of file HUD.cs.

◆ hangCorner

UIHangIcon HUD.hangCorner

Definition at line 72 of file HUD.cs.

◆ hint

ActionHint HUD.hint

Definition at line 66 of file HUD.cs.

◆ imageCover

Image HUD.imageCover

Definition at line 78 of file HUD.cs.

◆ imageDrag

Image HUD.imageDrag

Definition at line 75 of file HUD.cs.

◆ imageDragFix

Vector3 HUD.imageDragFix

Definition at line 96 of file HUD.cs.

◆ imageDragFix2

Vector3 HUD.imageDragFix2

Definition at line 99 of file HUD.cs.

◆ imageRight

Image HUD.imageRight

Definition at line 111 of file HUD.cs.

◆ leftTextPos

Vector2 HUD.leftTextPos

Definition at line 132 of file HUD.cs.

◆ marginImageDrag

int HUD.marginImageDrag

Definition at line 108 of file HUD.cs.

◆ rightTextPos

Vector2 HUD.rightTextPos

Definition at line 129 of file HUD.cs.

◆ textDrag

UIText HUD.textDrag

Definition at line 84 of file HUD.cs.

◆ textDrag2

UIText HUD.textDrag2

Definition at line 87 of file HUD.cs.

◆ textLeft

UIText HUD.textLeft

Definition at line 117 of file HUD.cs.

◆ textMiddle

UIText HUD.textMiddle

Definition at line 120 of file HUD.cs.

◆ textMouseHintFix

Vector3 HUD.textMouseHintFix

Definition at line 102 of file HUD.cs.

◆ textMouseHintFixLeft

Vector3 HUD.textMouseHintFixLeft

Definition at line 105 of file HUD.cs.

◆ textMouseHintLeft

UIText HUD.textMouseHintLeft

Definition at line 93 of file HUD.cs.

◆ textMouseHintRight

UIText HUD.textMouseHintRight

Definition at line 90 of file HUD.cs.

◆ textRight

UIText HUD.textRight

Definition at line 114 of file HUD.cs.

◆ textWheel

UIText HUD.textWheel

Definition at line 123 of file HUD.cs.

◆ transRight

Transform HUD.transRight

Definition at line 126 of file HUD.cs.

◆ transRightPos

Vector3 HUD.transRightPos

Definition at line 141 of file HUD.cs.

◆ wheelTextPos

Vector2 HUD.wheelTextPos

Definition at line 135 of file HUD.cs.

◆ wheelTextPos2

Vector2 HUD.wheelTextPos2

Definition at line 138 of file HUD.cs.


The documentation for this class was generated from the following file: