| 
    Elin Modding Docs Doc
    
   | 
 
  
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 () | 
Definition at line 7 of file UIInspector.cs.
| unsafe void UIInspector.DrawHighlight | ( | IInspect | i, | 
| bool | selected = false ) | 
Definition at line 185 of file UIInspector.cs.
| void UIInspector.Hide | ( | ) | 
Definition at line 30 of file UIInspector.cs.
| void UIInspector.Inspect | ( | IInspect | newTarget | ) | 
Definition at line 53 of file UIInspector.cs.
| void UIInspector.Inspect | ( | InspectGroup | g | ) | 
Definition at line 64 of file UIInspector.cs.
| bool UIInspector.InspectUnderMouse | ( | ) | 
Definition at line 38 of file UIInspector.cs.
| void UIInspector.OnUpdate | ( | ) | 
Definition at line 85 of file UIInspector.cs.
| void UIInspector.Refresh | ( | ) | 
Definition at line 103 of file UIInspector.cs.
| void UIInspector.SetVisible | ( | bool | enable | ) | 
Definition at line 20 of file UIInspector.cs.
| UIImage UIInspector.bg | 
Definition at line 288 of file UIInspector.cs.
| InspectGroup UIInspector.group | 
Definition at line 249 of file UIInspector.cs.
| LayoutGroup UIInspector.layoutBody | 
Definition at line 252 of file UIInspector.cs.
| LayoutGroup UIInspector.layoutButtons | 
Definition at line 255 of file UIInspector.cs.
| Vector3 UIInspector.modPos | 
Definition at line 264 of file UIInspector.cs.
| UIButton UIInspector.mold | 
Definition at line 258 of file UIInspector.cs.
| UINote UIInspector.note | 
Definition at line 279 of file UIInspector.cs.
| UINote UIInspector.noteRoom | 
Definition at line 282 of file UIInspector.cs.
| Vector3 UIInspector.offset | 
Definition at line 261 of file UIInspector.cs.
| Point UIInspector.point | 
Definition at line 291 of file UIInspector.cs.
| RectTransform UIInspector.rectInfo | 
Definition at line 273 of file UIInspector.cs.
| RectTransform UIInspector.rectRoom | 
Definition at line 276 of file UIInspector.cs.
| SoundData UIInspector.soundPop | 
Definition at line 267 of file UIInspector.cs.
| UIText UIInspector.textName | 
Definition at line 285 of file UIInspector.cs.
| WindowChara UIInspector.windowChara | 
Definition at line 270 of file UIInspector.cs.
      
  | 
  get | 
Definition at line 11 of file UIInspector.cs.