Elin Modding Docs Doc
Loading...
Searching...
No Matches
UIInspector Class Reference
Inheritance diagram for UIInspector:
ELayer

Public Member Functions

void SetVisible (bool enable)
 
void Hide ()
 
bool InspectUnderMouse ()
 
void Inspect (IInspect newTarget)
 
void Inspect (InspectGroup g)
 
void OnUpdate ()
 
void Refresh ()
 
unsafe void DrawHighlight (IInspect i, bool selected=false)
 
- Public Member Functions inherited from ELayer
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

InspectGroup group
 
LayoutGroup layoutBody
 
LayoutGroup layoutButtons
 
UIButton mold
 
Vector3 offset
 
Vector3 modPos
 
SoundData soundPop
 
WindowChara windowChara
 
RectTransform rectInfo
 
RectTransform rectRoom
 
UINote note
 
UINote noteRoom
 
UIText textName
 
UIImage bg
 
Point point
 

Properties

bool IsActive [get]
 
- Properties inherited from ELayer
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]
 

Additional Inherited Members

- Static Public Member Functions inherited from ELayer
static int rnd (int a)
 
- Protected Member Functions inherited from ELayer
override void _Close ()
 
override void Kill ()
 

Detailed Description

Definition at line 7 of file UIInspector.cs.

Member Function Documentation

◆ DrawHighlight()

unsafe void UIInspector.DrawHighlight ( IInspect i,
bool selected = false )

Definition at line 185 of file UIInspector.cs.

◆ Hide()

void UIInspector.Hide ( )

Definition at line 30 of file UIInspector.cs.

◆ Inspect() [1/2]

void UIInspector.Inspect ( IInspect newTarget)

Definition at line 53 of file UIInspector.cs.

◆ Inspect() [2/2]

void UIInspector.Inspect ( InspectGroup g)

Definition at line 64 of file UIInspector.cs.

◆ InspectUnderMouse()

bool UIInspector.InspectUnderMouse ( )

Definition at line 38 of file UIInspector.cs.

◆ OnUpdate()

void UIInspector.OnUpdate ( )

Definition at line 85 of file UIInspector.cs.

◆ Refresh()

void UIInspector.Refresh ( )

Definition at line 103 of file UIInspector.cs.

◆ SetVisible()

void UIInspector.SetVisible ( bool enable)

Definition at line 20 of file UIInspector.cs.

Member Data Documentation

◆ bg

UIImage UIInspector.bg

Definition at line 288 of file UIInspector.cs.

◆ group

InspectGroup UIInspector.group

Definition at line 249 of file UIInspector.cs.

◆ layoutBody

LayoutGroup UIInspector.layoutBody

Definition at line 252 of file UIInspector.cs.

◆ layoutButtons

LayoutGroup UIInspector.layoutButtons

Definition at line 255 of file UIInspector.cs.

◆ modPos

Vector3 UIInspector.modPos

Definition at line 264 of file UIInspector.cs.

◆ mold

UIButton UIInspector.mold

Definition at line 258 of file UIInspector.cs.

◆ note

UINote UIInspector.note

Definition at line 279 of file UIInspector.cs.

◆ noteRoom

UINote UIInspector.noteRoom

Definition at line 282 of file UIInspector.cs.

◆ offset

Vector3 UIInspector.offset

Definition at line 261 of file UIInspector.cs.

◆ point

Point UIInspector.point

Definition at line 291 of file UIInspector.cs.

◆ rectInfo

RectTransform UIInspector.rectInfo

Definition at line 273 of file UIInspector.cs.

◆ rectRoom

RectTransform UIInspector.rectRoom

Definition at line 276 of file UIInspector.cs.

◆ soundPop

SoundData UIInspector.soundPop

Definition at line 267 of file UIInspector.cs.

◆ textName

UIText UIInspector.textName

Definition at line 285 of file UIInspector.cs.

◆ windowChara

WindowChara UIInspector.windowChara

Definition at line 270 of file UIInspector.cs.

Property Documentation

◆ IsActive

bool UIInspector.IsActive
get

Definition at line 11 of file UIInspector.cs.


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