Elin Modding Docs Doc
Loading...
Searching...
No Matches
Widget.Config Class Reference

Public Member Functions

bool IsInRightMode ()
 

Public Attributes

Widget.State state
 
RectPosition anchor
 
RectPosition userAnchor
 
RectPosition pivot = RectPosition.Center
 
string id
 
string titleLang
 
float x
 
float y
 
bool locked
 
bool RC
 
object extra
 
SkinConfig skin = new SkinConfig()
 
bool valid
 
bool annoyPlayer
 
Widget.Meta meta
 

Properties

GameMode mode [get]
 
bool IsSealed [get]
 
bool IsSystem [get]
 

Detailed Description

Definition at line 771 of file Widget.cs.

Member Function Documentation

◆ IsInRightMode()

bool Widget.Config.IsInRightMode ( )

Definition at line 807 of file Widget.cs.

Member Data Documentation

◆ anchor

RectPosition Widget.Config.anchor

Definition at line 837 of file Widget.cs.

◆ annoyPlayer

bool Widget.Config.annoyPlayer

Definition at line 875 of file Widget.cs.

◆ extra

object Widget.Config.extra

Definition at line 864 of file Widget.cs.

◆ id

string Widget.Config.id

Definition at line 846 of file Widget.cs.

◆ locked

bool Widget.Config.locked

Definition at line 858 of file Widget.cs.

◆ meta

Widget.Meta Widget.Config.meta

Definition at line 879 of file Widget.cs.

◆ pivot

RectPosition Widget.Config.pivot = RectPosition.Center

Definition at line 843 of file Widget.cs.

◆ RC

bool Widget.Config.RC

Definition at line 861 of file Widget.cs.

◆ skin

SkinConfig Widget.Config.skin = new SkinConfig()

Definition at line 867 of file Widget.cs.

◆ state

Widget.State Widget.Config.state

Definition at line 834 of file Widget.cs.

◆ titleLang

string Widget.Config.titleLang

Definition at line 849 of file Widget.cs.

◆ userAnchor

RectPosition Widget.Config.userAnchor

Definition at line 840 of file Widget.cs.

◆ valid

bool Widget.Config.valid

Definition at line 871 of file Widget.cs.

◆ x

float Widget.Config.x

Definition at line 852 of file Widget.cs.

◆ y

float Widget.Config.y

Definition at line 855 of file Widget.cs.

Property Documentation

◆ IsSealed

bool Widget.Config.IsSealed
get

Definition at line 787 of file Widget.cs.

◆ IsSystem

bool Widget.Config.IsSystem
get

Definition at line 798 of file Widget.cs.

◆ mode

GameMode Widget.Config.mode
get

Definition at line 776 of file Widget.cs.


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