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

Public Member Functions

override void OnInit ()
 
void SetCanvas (TraitCanvas c)
 
- 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

PixelPaint paint
 
GridLayoutGroup layoutColors
 
ColorPicker picker
 
Action onApply
 

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 LayerPixelPaint.cs.

Member Function Documentation

◆ OnInit()

override void LayerPixelPaint.OnInit ( )

Definition at line 10 of file LayerPixelPaint.cs.

◆ SetCanvas()

void LayerPixelPaint.SetCanvas ( TraitCanvas c)

Definition at line 47 of file LayerPixelPaint.cs.

Member Data Documentation

◆ layoutColors

GridLayoutGroup LayerPixelPaint.layoutColors

Definition at line 74 of file LayerPixelPaint.cs.

◆ onApply

Action LayerPixelPaint.onApply

Definition at line 80 of file LayerPixelPaint.cs.

◆ paint

PixelPaint LayerPixelPaint.paint

Definition at line 71 of file LayerPixelPaint.cs.

◆ picker

ColorPicker LayerPixelPaint.picker

Definition at line 77 of file LayerPixelPaint.cs.


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