| Elin Modding Docs Doc
    | 
 
  
| Classes | |
| class | Extra | 
| Public Member Functions | |
| override object | CreateExtra () | 
| override void | OnActivate () | 
| void | OnMoveZone () | 
| void | Reload () | 
| void | OnPointerDown (PointerEventData e) | 
| void | OnPointerUp (PointerEventData e) | 
| void | OnInitializePotentialDrag (PointerEventData ped) | 
| void | OnDrag (PointerEventData e) | 
| override void | OnSetContextMenu (UIContextMenu m) | 
| void | RefreshStyle () | 
| void | OnUpdate () | 
| void | RefreshMarkers () | 
| void | EmitParticle (Card c, ParticleSystem ps, Color col) | 
|  Public Member Functions inherited from Widget | |
| 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 | UpdateMap (List< Cell > newPoints) | 
| static void | UpdateMap (int x, int z) | 
| static void | UpdateMap () | 
|  Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) | 
| Public Attributes | |
| float | interval | 
| float | intervalPS | 
| float | psSize | 
| RectTransform | rectAll | 
| RectTransform | rectMap | 
| Vector2 | baseSize | 
| UIButton | buttonMaptool | 
| UIMapPreview | preview | 
| Color | colorAlly | 
| Color | colorEnemy | 
| Color | colorGuest | 
| ParticleSystem | psAlly | 
| Transform | transBound | 
| Vector2 | posPs | 
| Transform | transCam | 
|  Public Attributes inherited from Widget | |
| Image | imageBG | 
| SoundData | soundActivate | 
| UIDragPanel | dragPanel | 
| RectTransform | tipPivotLeft | 
| RectTransform | tipPivotRight | 
| Static Public Attributes | |
| static WidgetMinimap | Instance | 
|  Static Public Attributes inherited from EMono | |
| static Core | core | 
| Properties | |
| override Type | SetSiblingAfter  [get] | 
| WidgetMinimap.Extra | extra  [get] | 
| int | Size  [get] | 
| override bool | AlwaysBottom  [get] | 
|  Properties inherited from Widget | |
| 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] | 
|  Properties inherited from EMono | |
| 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 | |
|  Public Types inherited from Widget | |
| enum | WidgetType { Default , ZoomMenu } | 
| enum | State { Active , Inactive } | 
|  Protected Member Functions inherited from Widget | |
| void | ClampToScreenEnsured (Component c, Vector2 anchoredPos) | 
| void | ClampToScreen (RectTransform rect, float margin=10f) | 
|  Protected Attributes inherited from Widget | |
| bool | flip | 
Definition at line 7 of file WidgetMinimap.cs.
| 
 | virtual | 
Reimplemented from Widget.
Definition at line 10 of file WidgetMinimap.cs.
| void WidgetMinimap.EmitParticle | ( | Card | c, | 
| ParticleSystem | ps, | ||
| Color | col ) | 
Definition at line 239 of file WidgetMinimap.cs.
| 
 | virtual | 
Reimplemented from Widget.
Definition at line 56 of file WidgetMinimap.cs.
| void WidgetMinimap.OnDrag | ( | PointerEventData | e | ) | 
Definition at line 165 of file WidgetMinimap.cs.
| void WidgetMinimap.OnInitializePotentialDrag | ( | PointerEventData | ped | ) | 
Definition at line 159 of file WidgetMinimap.cs.
| void WidgetMinimap.OnMoveZone | ( | ) | 
Definition at line 99 of file WidgetMinimap.cs.
| void WidgetMinimap.OnPointerDown | ( | PointerEventData | e | ) | 
Definition at line 112 of file WidgetMinimap.cs.
| void WidgetMinimap.OnPointerUp | ( | PointerEventData | e | ) | 
Definition at line 154 of file WidgetMinimap.cs.
| 
 | virtual | 
Reimplemented from Widget.
Definition at line 170 of file WidgetMinimap.cs.
| void WidgetMinimap.OnUpdate | ( | ) | 
Definition at line 213 of file WidgetMinimap.cs.
| void WidgetMinimap.RefreshMarkers | ( | ) | 
Definition at line 229 of file WidgetMinimap.cs.
| void WidgetMinimap.RefreshStyle | ( | ) | 
Definition at line 205 of file WidgetMinimap.cs.
| void WidgetMinimap.Reload | ( | ) | 
Definition at line 106 of file WidgetMinimap.cs.
| 
 | static | 
Definition at line 90 of file WidgetMinimap.cs.
| 
 | static | 
Definition at line 81 of file WidgetMinimap.cs.
| 
 | static | 
Definition at line 71 of file WidgetMinimap.cs.
| Vector2 WidgetMinimap.baseSize | 
Definition at line 280 of file WidgetMinimap.cs.
| UIButton WidgetMinimap.buttonMaptool | 
Definition at line 286 of file WidgetMinimap.cs.
| Color WidgetMinimap.colorAlly | 
Definition at line 292 of file WidgetMinimap.cs.
| Color WidgetMinimap.colorEnemy | 
Definition at line 295 of file WidgetMinimap.cs.
| Color WidgetMinimap.colorGuest | 
Definition at line 298 of file WidgetMinimap.cs.
| 
 | static | 
Definition at line 262 of file WidgetMinimap.cs.
| float WidgetMinimap.interval | 
Definition at line 265 of file WidgetMinimap.cs.
| float WidgetMinimap.intervalPS | 
Definition at line 268 of file WidgetMinimap.cs.
| Vector2 WidgetMinimap.posPs | 
Definition at line 307 of file WidgetMinimap.cs.
| UIMapPreview WidgetMinimap.preview | 
Definition at line 289 of file WidgetMinimap.cs.
| ParticleSystem WidgetMinimap.psAlly | 
Definition at line 301 of file WidgetMinimap.cs.
| float WidgetMinimap.psSize | 
Definition at line 271 of file WidgetMinimap.cs.
| RectTransform WidgetMinimap.rectAll | 
Definition at line 274 of file WidgetMinimap.cs.
| RectTransform WidgetMinimap.rectMap | 
Definition at line 277 of file WidgetMinimap.cs.
| Transform WidgetMinimap.transBound | 
Definition at line 304 of file WidgetMinimap.cs.
| Transform WidgetMinimap.transCam | 
Definition at line 310 of file WidgetMinimap.cs.
| 
 | get | 
Definition at line 47 of file WidgetMinimap.cs.
| 
 | get | 
Definition at line 27 of file WidgetMinimap.cs.
| 
 | get | 
Definition at line 17 of file WidgetMinimap.cs.
| 
 | get | 
Definition at line 37 of file WidgetMinimap.cs.