Elin Decompiled Documentation EA 23.102 Nightly
|
Public Attributes | |
UISlider | sliderSpeed |
UISlider | sliderBrightness |
UISlider | sliderLight |
UISlider | sliderTime |
float | zoom = 1f |
float | hour = 12f |
![]() | |
Image | imageBG |
SoundData | soundActivate |
UIDragPanel | dragPanel |
RectTransform | tipPivotLeft |
RectTransform | tipPivotRight |
Properties | |
CinemaConfig | conf [get] |
![]() | |
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] |
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 1 of file WidgetArtTool.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 17 of file WidgetArtTool.cs.
References EMono._map, GameDate.AdvanceHour(), CinemaConfig.brightness, Scene.camSupport, conf, Weather.CurrentCondition, World.date, EMono.debug, CoreDebug.enable, Date.hour, CinemaConfig.light, EMono.pc, Card.pos, BaseGameScreen.RefreshAll(), Map.RefreshFOV(), EMono.scene, EMono.screen, Weather.SetCondition(), sliderBrightness, sliderLight, sliderSpeed, sliderTime, CinemaConfig.speed, World.weather, EMono.world, Point.x, and Point.z.
|
inline |
Definition at line 53 of file WidgetArtTool.cs.
References CinemaConfig.brightness, conf, CinemaConfig.light, and CinemaConfig.speed.
float WidgetArtTool.hour = 12f |
Definition at line 13 of file WidgetArtTool.cs.
UISlider WidgetArtTool.sliderBrightness |
Definition at line 5 of file WidgetArtTool.cs.
Referenced by OnActivate().
UISlider WidgetArtTool.sliderLight |
Definition at line 7 of file WidgetArtTool.cs.
Referenced by OnActivate().
UISlider WidgetArtTool.sliderSpeed |
Definition at line 3 of file WidgetArtTool.cs.
Referenced by OnActivate().
UISlider WidgetArtTool.sliderTime |
Definition at line 9 of file WidgetArtTool.cs.
Referenced by OnActivate().
float WidgetArtTool.zoom = 1f |
Definition at line 11 of file WidgetArtTool.cs.
|
get |
Definition at line 15 of file WidgetArtTool.cs.
Referenced by OnActivate(), and Reset().