Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
SkinType.cs File Reference

Go to the source code of this file.

Enumerations

enum  SkinType {
  Default = 0 , Light = 10 , Dark = 20 , Tooltip = 30 ,
  Title = 40
}
 

Enumeration Type Documentation

◆ SkinType

enum SkinType
Enumerator
Default 
Light 
Dark 
Tooltip 
Title 

Definition at line 1 of file SkinType.cs.

2{
3 Default = 0,
4 Light = 10,
5 Dark = 20,
6 Tooltip = 30,
7 Title = 40
8}