Elin Modding Docs Doc
|
Classes | |
class | Extra |
Public Member Functions | |
override object | CreateExtra () |
override void | OnActivate () |
void | Rebuild () |
void | Refresh () |
override void | OnSetContextMenu (UIContextMenu m) |
![]() | |
void | Test () |
bool | IsInRightMode () |
void | Activate () |
void | Deactivate () |
virtual void | OnDeactivate () |
void | Close () |
void | Reactivate () |
virtual void | OnManagerActivate () |
virtual void | OnManagerDeactivate () |
void | SetAnchor (RectPosition p) |
void | SetPivot (RectPosition p) |
virtual void | OnChangePivot () |
void | UpdateConfig () |
virtual void | OnUpdateConfig () |
void | ClampToScreen () |
virtual void | OnChangeResolution () |
void | OnChangePosition () |
virtual void | OnChangeActionMode () |
virtual void | OnFlip () |
bool | IsAlignTop () |
Layer | AddLayer (Layer l, Transform trans) |
void | RefreshTipPivotPosition () |
SkinSet | GetSkin () |
SkinConfig | GetSkinConfig () |
void | SetSkin (int id, int v=0) |
void | TestSkin () |
virtual void | ApplySkin () |
virtual void | OnApplySkin () |
void | InstantiateDeco (SkinDeco deco) |
void | AddDeco (SkinDeco deco) |
void | RemoveDeco (SkinDeco deco) |
virtual bool | CanShowContextMenu () |
void | ShowContextMenu () |
void | SetBaseContextMenu (UIContextMenu m) |
void | SetGridContextMenu (UIContextMenu m) |
void | SoundActivate () |
Public Attributes | |
Gauge | gaugeHP |
Gauge | gaugeMP |
Gauge | gaugeStamina |
UIText | textHP |
UIText | textMP |
UIText | textStamina |
UIText | textBarrier |
GridLayoutGroup | grid |
GameObject | goBarrier |
![]() | |
Image | imageBG |
SoundData | soundActivate |
UIDragPanel | dragPanel |
RectTransform | tipPivotLeft |
RectTransform | tipPivotRight |
Properties | |
WidgetHP.Extra | extra [get] |
![]() | |
string | ID [get] |
Widget.Config | config [get] |
SkinRoot | skinRoot [get] |
bool | IsSealed [get] |
virtual bool | ShowStyleMenu [get] |
virtual bool | AlwaysTop [get] |
virtual bool | IsStaticPosition [get] |
virtual bool | AlwaysBottom [get] |
virtual Type | SetSiblingAfter [get] |
virtual bool | ShowInBuildMode [get] |
virtual bool | RightClickToClose [get] |
virtual bool | AllowRightClickToClose [get] |
![]() | |
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 Scene | scene [get] |
static BaseGameScreen | screen [get] |
static GameSetting | setting [get] |
static GameData | gamedata [get] |
static ColorProfile | Colors [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static CoreDebug | debug [get] |
Additional Inherited Members | |
![]() | |
enum | WidgetType { Default , ZoomMenu } |
enum | State { Active , Inactive } |
![]() | |
static int | rnd (int a) |
![]() | |
static Core | core |
![]() | |
void | ClampToScreenEnsured (Component c, Vector2 anchoredPos) |
void | ClampToScreen (RectTransform rect, float margin=10f) |
![]() | |
bool | flip |
Definition at line 7 of file WidgetHP.cs.
|
virtual |
Reimplemented from Widget.
Definition at line 10 of file WidgetHP.cs.
|
virtual |
Reimplemented from Widget.
Definition at line 26 of file WidgetHP.cs.
|
virtual |
Reimplemented from Widget.
Definition at line 76 of file WidgetHP.cs.
void WidgetHP.Rebuild | ( | ) |
Definition at line 33 of file WidgetHP.cs.
void WidgetHP.Refresh | ( | ) |
Definition at line 41 of file WidgetHP.cs.
Gauge WidgetHP.gaugeHP |
Definition at line 107 of file WidgetHP.cs.
Gauge WidgetHP.gaugeMP |
Definition at line 110 of file WidgetHP.cs.
Gauge WidgetHP.gaugeStamina |
Definition at line 113 of file WidgetHP.cs.
GameObject WidgetHP.goBarrier |
Definition at line 131 of file WidgetHP.cs.
GridLayoutGroup WidgetHP.grid |
Definition at line 128 of file WidgetHP.cs.
UIText WidgetHP.textBarrier |
Definition at line 125 of file WidgetHP.cs.
UIText WidgetHP.textHP |
Definition at line 116 of file WidgetHP.cs.
UIText WidgetHP.textMP |
Definition at line 119 of file WidgetHP.cs.
UIText WidgetHP.textStamina |
Definition at line 122 of file WidgetHP.cs.
|
get |
Definition at line 17 of file WidgetHP.cs.