Elin Modding Docs Doc
|
Public Member Functions | |
void | SetColor (Color _startColor, Color _resetColor, Action< PickerState, Color > _onChangeColor) |
void | OnClickConfirm () |
void | OnClickCancel () |
void | OnClickReset () |
override bool | OnBack () |
override void | OnKill () |
![]() | |
override void | OnBeforeAddLayer () |
void | InitInspector () |
override void | Init () |
override void | OnAfterAddLayer () |
void | TryShowHelp () |
void | AddLayerToUI (string id) |
void | TryShowHint (string _langHint=null) |
void | TalkHomeMemeber (string id) |
void | TalkMaid (string id) |
override void | OnRightClick () |
Public Attributes | |
ColorPicker | picker |
Action< PickerState, Color > | onChangeColor |
Color | resetColor |
Color | startColor |
GridLayoutGroup | layoutColors |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
override void | _Close () |
override void | Kill () |
![]() | |
static Core | core [get] |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static FactionBranch | Branch [get] |
static Faction | Home [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static CoreConfig | config [get] |
static GameSetting | setting [get] |
static ColorProfile | Colors [get] |
static SourceManager | sources [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static CoreDebug | debug [get] |
bool | IsFloat [get] |
virtual string | IdHelp [get] |
Definition at line 7 of file LayerColorPicker.cs.
override bool LayerColorPicker.OnBack | ( | ) |
Definition at line 64 of file LayerColorPicker.cs.
void LayerColorPicker.OnClickCancel | ( | ) |
Definition at line 50 of file LayerColorPicker.cs.
void LayerColorPicker.OnClickConfirm | ( | ) |
Definition at line 43 of file LayerColorPicker.cs.
void LayerColorPicker.OnClickReset | ( | ) |
Definition at line 57 of file LayerColorPicker.cs.
override void LayerColorPicker.OnKill | ( | ) |
Definition at line 77 of file LayerColorPicker.cs.
void LayerColorPicker.SetColor | ( | Color | _startColor, |
Color | _resetColor, | ||
Action< PickerState, Color > | _onChangeColor ) |
Definition at line 10 of file LayerColorPicker.cs.
GridLayoutGroup LayerColorPicker.layoutColors |
Definition at line 101 of file LayerColorPicker.cs.
Action<PickerState, Color> LayerColorPicker.onChangeColor |
Definition at line 92 of file LayerColorPicker.cs.
ColorPicker LayerColorPicker.picker |
Definition at line 89 of file LayerColorPicker.cs.
Color LayerColorPicker.resetColor |
Definition at line 95 of file LayerColorPicker.cs.
Color LayerColorPicker.startColor |
Definition at line 98 of file LayerColorPicker.cs.