Elin Modding Docs Doc
Loading...
Searching...
No Matches
LayerColorPicker Class Reference
Inheritance diagram for LayerColorPicker:
ELayer

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 ()
 
- Public Member Functions inherited from ELayer
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 Public Member Functions inherited from ELayer
static int rnd (int a)
 
- Protected Member Functions inherited from ELayer
override void _Close ()
 
override void Kill ()
 
- Properties inherited from ELayer
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]
 

Detailed Description

Definition at line 7 of file LayerColorPicker.cs.

Member Function Documentation

◆ OnBack()

override bool LayerColorPicker.OnBack ( )

Definition at line 64 of file LayerColorPicker.cs.

◆ OnClickCancel()

void LayerColorPicker.OnClickCancel ( )

Definition at line 50 of file LayerColorPicker.cs.

◆ OnClickConfirm()

void LayerColorPicker.OnClickConfirm ( )

Definition at line 43 of file LayerColorPicker.cs.

◆ OnClickReset()

void LayerColorPicker.OnClickReset ( )

Definition at line 57 of file LayerColorPicker.cs.

◆ OnKill()

override void LayerColorPicker.OnKill ( )

Definition at line 77 of file LayerColorPicker.cs.

◆ SetColor()

void LayerColorPicker.SetColor ( Color _startColor,
Color _resetColor,
Action< PickerState, Color > _onChangeColor )

Definition at line 10 of file LayerColorPicker.cs.

Member Data Documentation

◆ layoutColors

GridLayoutGroup LayerColorPicker.layoutColors

Definition at line 101 of file LayerColorPicker.cs.

◆ onChangeColor

Action<PickerState, Color> LayerColorPicker.onChangeColor

Definition at line 92 of file LayerColorPicker.cs.

◆ picker

ColorPicker LayerColorPicker.picker

Definition at line 89 of file LayerColorPicker.cs.

◆ resetColor

Color LayerColorPicker.resetColor

Definition at line 95 of file LayerColorPicker.cs.

◆ startColor

Color LayerColorPicker.startColor

Definition at line 98 of file LayerColorPicker.cs.


The documentation for this class was generated from the following file: