|
Elin Modding Docs Doc
|
Public Member Functions | |
| override void | OnActivate () |
| void | ShowPicker () |
| void | RefreshColor () |
| void | OnClickSave () |
| void | OnClickLoad () |
| void | OnClickReset () |
Public Member Functions inherited from Widget | |
| void | Test () |
| bool | IsInRightMode () |
| void | Activate () |
| virtual object | CreateExtra () |
| 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) |
| virtual void | OnSetContextMenu (UIContextMenu m) |
| void | SetGridContextMenu (UIContextMenu m) |
| void | SoundActivate () |
Public Attributes | |
| UIDropdown | ddLiquid |
| UIDropdown | ddRefraction |
| UIDropdown | ddOverlay |
| UIDropdown | ddLut |
| List< LiquidProfile > | liquids |
| List< RefractionProfile > | refractions |
| List< OverlayProfile > | overlays |
| List< string > | luts |
| UIButton | toggleGradientWater |
| UIButton | buttonColorPicker |
| Slider | sliderLutBlend |
| Slider | sliderLutBrightness |
| Slider | sliderLutContrast |
| UISlider | sliderLut |
Public Attributes inherited from Widget | |
| Image | imageBG |
| SoundData | soundActivate |
| UIDragPanel | dragPanel |
| RectTransform | tipPivotLeft |
| RectTransform | tipPivotRight |
Additional Inherited Members | |
Public Types inherited from Widget | |
| enum | WidgetType { Default , ZoomMenu } |
| enum | State { Active , Inactive } |
Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
Static Public Attributes inherited from EMono | |
| static Core | core |
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 |
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] |
Definition at line 8 of file WidgetSceneCustomizer.cs.
|
virtual |
Reimplemented from Widget.
Definition at line 11 of file WidgetSceneCustomizer.cs.
| void WidgetSceneCustomizer.OnClickLoad | ( | ) |
Definition at line 129 of file WidgetSceneCustomizer.cs.
| void WidgetSceneCustomizer.OnClickReset | ( | ) |
Definition at line 143 of file WidgetSceneCustomizer.cs.
| void WidgetSceneCustomizer.OnClickSave | ( | ) |
Definition at line 116 of file WidgetSceneCustomizer.cs.
| void WidgetSceneCustomizer.RefreshColor | ( | ) |
Definition at line 106 of file WidgetSceneCustomizer.cs.
| void WidgetSceneCustomizer.ShowPicker | ( | ) |
Definition at line 83 of file WidgetSceneCustomizer.cs.
| UIButton WidgetSceneCustomizer.buttonColorPicker |
Definition at line 177 of file WidgetSceneCustomizer.cs.
| UIDropdown WidgetSceneCustomizer.ddLiquid |
Definition at line 150 of file WidgetSceneCustomizer.cs.
| UIDropdown WidgetSceneCustomizer.ddLut |
Definition at line 159 of file WidgetSceneCustomizer.cs.
| UIDropdown WidgetSceneCustomizer.ddOverlay |
Definition at line 156 of file WidgetSceneCustomizer.cs.
| UIDropdown WidgetSceneCustomizer.ddRefraction |
Definition at line 153 of file WidgetSceneCustomizer.cs.
| List<LiquidProfile> WidgetSceneCustomizer.liquids |
Definition at line 162 of file WidgetSceneCustomizer.cs.
| List<string> WidgetSceneCustomizer.luts |
Definition at line 171 of file WidgetSceneCustomizer.cs.
| List<OverlayProfile> WidgetSceneCustomizer.overlays |
Definition at line 168 of file WidgetSceneCustomizer.cs.
| List<RefractionProfile> WidgetSceneCustomizer.refractions |
Definition at line 165 of file WidgetSceneCustomizer.cs.
| UISlider WidgetSceneCustomizer.sliderLut |
Definition at line 189 of file WidgetSceneCustomizer.cs.
| Slider WidgetSceneCustomizer.sliderLutBlend |
Definition at line 180 of file WidgetSceneCustomizer.cs.
| Slider WidgetSceneCustomizer.sliderLutBrightness |
Definition at line 183 of file WidgetSceneCustomizer.cs.
| Slider WidgetSceneCustomizer.sliderLutContrast |
Definition at line 186 of file WidgetSceneCustomizer.cs.
| UIButton WidgetSceneCustomizer.toggleGradientWater |
Definition at line 174 of file WidgetSceneCustomizer.cs.