Elin Decompiled Documentation EA 23.102 Nightly
|
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 |
![]() | |
Image | imageBG |
SoundData | soundActivate |
UIDragPanel | dragPanel |
RectTransform | tipPivotLeft |
RectTransform | tipPivotRight |
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 |
![]() | |
string | ID [get] |
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] |
Definition at line 6 of file WidgetSceneCustomizer.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 36 of file WidgetSceneCustomizer.cs.
References EMono._map, Scene.ApplyZoneConfig(), Map.config, ddLiquid, ddLut, ddRefraction, Lang.Get(), MapConfig.idLiquid, MapConfig.idLut, MapConfig.idRefraction, liquids, MapConfig.lutBlend, MapConfig.lutBrightness, MapConfig.lutContrast, luts, refractions, RefreshColor(), EMono.scene, sliderLut, sliderLutBlend, sliderLutBrightness, and sliderLutContrast.
|
inline |
Definition at line 133 of file WidgetSceneCustomizer.cs.
References EMono.core, if(), SFB.StandaloneFileBrowser.OpenFilePanel(), CorePath.SceneCustomizerSave, and BaseCore.WaitForEndOfFrame().
|
inline |
Definition at line 146 of file WidgetSceneCustomizer.cs.
References Widget.Reactivate().
|
inline |
Definition at line 121 of file WidgetSceneCustomizer.cs.
References EMono._map, Map.config, EMono.core, if(), SFB.StandaloneFileBrowser.SaveFilePanel(), CorePath.SceneCustomizerSave, and BaseCore.WaitForEndOfFrame().
|
inline |
Definition at line 113 of file WidgetSceneCustomizer.cs.
References EMono._map, Color, MapConfig.colorLiquid, Map.config, SerializableColor.Get(), LiquidProfile.Get(), MapConfig.idLiquid, and LiquidProfile.modColor.
Referenced by OnActivate(), and ShowPicker().
|
inline |
Definition at line 93 of file WidgetSceneCustomizer.cs.
References EMono._map, LiquidProfile.Apply(), Scene.ApplyZoneConfig(), Color, MapConfig.colorLiquid, Map.config, SerializableColor.Get(), LiquidProfile.Get(), MapConfig.idLiquid, LiquidProfile.modColor, RefreshColor(), EMono.scene, and EMono.ui.
UIButton WidgetSceneCustomizer.buttonColorPicker |
Definition at line 26 of file WidgetSceneCustomizer.cs.
UIDropdown WidgetSceneCustomizer.ddLiquid |
Definition at line 8 of file WidgetSceneCustomizer.cs.
Referenced by OnActivate().
UIDropdown WidgetSceneCustomizer.ddLut |
Definition at line 14 of file WidgetSceneCustomizer.cs.
Referenced by OnActivate().
UIDropdown WidgetSceneCustomizer.ddOverlay |
Definition at line 12 of file WidgetSceneCustomizer.cs.
UIDropdown WidgetSceneCustomizer.ddRefraction |
Definition at line 10 of file WidgetSceneCustomizer.cs.
Referenced by OnActivate().
List<LiquidProfile> WidgetSceneCustomizer.liquids |
Definition at line 16 of file WidgetSceneCustomizer.cs.
Referenced by OnActivate().
List<string> WidgetSceneCustomizer.luts |
Definition at line 22 of file WidgetSceneCustomizer.cs.
Referenced by OnActivate().
List<OverlayProfile> WidgetSceneCustomizer.overlays |
Definition at line 20 of file WidgetSceneCustomizer.cs.
List<RefractionProfile> WidgetSceneCustomizer.refractions |
Definition at line 18 of file WidgetSceneCustomizer.cs.
Referenced by OnActivate().
UISlider WidgetSceneCustomizer.sliderLut |
Definition at line 34 of file WidgetSceneCustomizer.cs.
Referenced by OnActivate().
Slider WidgetSceneCustomizer.sliderLutBlend |
Definition at line 28 of file WidgetSceneCustomizer.cs.
Referenced by OnActivate().
Slider WidgetSceneCustomizer.sliderLutBrightness |
Definition at line 30 of file WidgetSceneCustomizer.cs.
Referenced by OnActivate().
Slider WidgetSceneCustomizer.sliderLutContrast |
Definition at line 32 of file WidgetSceneCustomizer.cs.
Referenced by OnActivate().
UIButton WidgetSceneCustomizer.toggleGradientWater |
Definition at line 24 of file WidgetSceneCustomizer.cs.