Add assets
This commit is contained in:
36
Assets/Cainos/Third Party/Lucid Editor/Runtime/Enum.cs
Normal file
36
Assets/Cainos/Third Party/Lucid Editor/Runtime/Enum.cs
Normal file
@@ -0,0 +1,36 @@
|
||||
namespace Cainos.LucidEditor
|
||||
{
|
||||
public enum InspectorButtonSize
|
||||
{
|
||||
Small,
|
||||
Medium,
|
||||
Large,
|
||||
ExtraLarge
|
||||
}
|
||||
|
||||
public enum InspectorColor
|
||||
{
|
||||
Clear,
|
||||
Red,
|
||||
Green,
|
||||
Blue,
|
||||
Cyan,
|
||||
Magenta,
|
||||
Yellow,
|
||||
Orange,
|
||||
Purple,
|
||||
Pink,
|
||||
Indigo,
|
||||
White,
|
||||
Gray,
|
||||
Grey,
|
||||
Black,
|
||||
EditorText,
|
||||
EditorTextSelected,
|
||||
EditorBackground,
|
||||
EditorLine,
|
||||
EditorThinLine,
|
||||
EditorWarning,
|
||||
EditorError
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user