Elin Modding Docs Doc
|
Classes | |
class | Extra |
Public Member Functions | |
override object | CreateExtra () |
override void | OnActivate () |
void | OnMoveZone () |
void | Build () |
void | Refresh () |
void | Add (Chara c) |
void | Remove (Chara c) |
void | OnAddMember (Chara c) |
void | OnRemoveMember (Chara c) |
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 () |
Static Public Member Functions | |
static void | SetDirty () |
![]() | |
static int | rnd (int a) |
Public Attributes | |
GridLayoutGroup | layout |
ButtonRoster | mold |
RawImage | imageGrid |
Dictionary< Chara, ButtonRoster > | buttons = new Dictionary<Chara, ButtonRoster>() |
UIButton | moldDropperLeft |
UIButton | moldDropperRight |
bool | showName |
bool | dirty |
int | maxWidth |
![]() | |
Image | imageBG |
SoundData | soundActivate |
UIDragPanel | dragPanel |
RectTransform | tipPivotLeft |
RectTransform | tipPivotRight |
Static Public Attributes | |
static WidgetRoster | Instance |
![]() | |
static Core | core |
Properties | |
WidgetRoster.Extra | extra [get] |
override bool | AlwaysBottom [get] |
override Type | SetSiblingAfter [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 } |
![]() | |
void | ClampToScreenEnsured (Component c, Vector2 anchoredPos) |
void | ClampToScreen (RectTransform rect, float margin=10f) |
![]() | |
bool | flip |
Definition at line 8 of file WidgetRoster.cs.
void WidgetRoster.Add | ( | Chara | c | ) |
Definition at line 129 of file WidgetRoster.cs.
void WidgetRoster.Build | ( | ) |
Definition at line 80 of file WidgetRoster.cs.
|
virtual |
Reimplemented from Widget.
Definition at line 11 of file WidgetRoster.cs.
|
virtual |
Reimplemented from Widget.
Definition at line 47 of file WidgetRoster.cs.
void WidgetRoster.OnAddMember | ( | Chara | c | ) |
Definition at line 144 of file WidgetRoster.cs.
void WidgetRoster.OnMoveZone | ( | ) |
Definition at line 74 of file WidgetRoster.cs.
void WidgetRoster.OnRemoveMember | ( | Chara | c | ) |
Definition at line 154 of file WidgetRoster.cs.
|
virtual |
Reimplemented from Widget.
Definition at line 164 of file WidgetRoster.cs.
void WidgetRoster.Refresh | ( | ) |
Definition at line 115 of file WidgetRoster.cs.
void WidgetRoster.Remove | ( | Chara | c | ) |
Definition at line 137 of file WidgetRoster.cs.
|
static |
Definition at line 106 of file WidgetRoster.cs.
Dictionary<Chara, ButtonRoster> WidgetRoster.buttons = new Dictionary<Chara, ButtonRoster>() |
Definition at line 223 of file WidgetRoster.cs.
bool WidgetRoster.dirty |
Definition at line 235 of file WidgetRoster.cs.
RawImage WidgetRoster.imageGrid |
Definition at line 220 of file WidgetRoster.cs.
|
static |
Definition at line 211 of file WidgetRoster.cs.
GridLayoutGroup WidgetRoster.layout |
Definition at line 214 of file WidgetRoster.cs.
int WidgetRoster.maxWidth |
Definition at line 238 of file WidgetRoster.cs.
ButtonRoster WidgetRoster.mold |
Definition at line 217 of file WidgetRoster.cs.
UIButton WidgetRoster.moldDropperLeft |
Definition at line 226 of file WidgetRoster.cs.
UIButton WidgetRoster.moldDropperRight |
Definition at line 229 of file WidgetRoster.cs.
bool WidgetRoster.showName |
Definition at line 232 of file WidgetRoster.cs.
|
get |
Definition at line 28 of file WidgetRoster.cs.
|
get |
Definition at line 18 of file WidgetRoster.cs.
|
get |
Definition at line 38 of file WidgetRoster.cs.