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

Go to the source code of this file.

Enumerations

enum  ButtonType { Default = 0 , TabHighlight = 20 }
 

Enumeration Type Documentation

◆ ButtonType

enum ButtonType
Enumerator
Default 
TabHighlight 

Definition at line 1 of file ButtonType.cs.

2{
3 Default = 0,
4 TabHighlight = 20
5}