mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2026-04-22 04:35:55 +08:00
fix
This commit is contained in:
parent
dd1748efaa
commit
1efdce2c70
@ -6,14 +6,14 @@ namespace DCFApixels.DragonECS.Unity.Editors
|
|||||||
{
|
{
|
||||||
internal enum RuntimeDrawMode
|
internal enum RuntimeDrawMode
|
||||||
{
|
{
|
||||||
Lazy,
|
Lazy = 0,
|
||||||
Live,
|
Live = 1,
|
||||||
}
|
}
|
||||||
internal enum MetaBlockRectStyle
|
internal enum MetaBlockRectStyle
|
||||||
{
|
{
|
||||||
Clean,
|
Clean = 0,
|
||||||
Edge,
|
Edge = 1,
|
||||||
Fill,
|
Fill = 2,
|
||||||
}
|
}
|
||||||
internal enum MetaBlockColorMode
|
internal enum MetaBlockColorMode
|
||||||
{
|
{
|
||||||
@ -126,7 +126,7 @@ namespace DCFApixels.DragonECS.Unity.Editors
|
|||||||
|
|
||||||
|
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private MetaBlockRectStyle _metaBlockRectStyle = MetaBlockRectStyle.Edge;
|
private MetaBlockRectStyle _metaBlockRectStyle = MetaBlockRectStyle.Fill;
|
||||||
public MetaBlockRectStyle MetaBlockRectStyle
|
public MetaBlockRectStyle MetaBlockRectStyle
|
||||||
{
|
{
|
||||||
get => _metaBlockRectStyle;
|
get => _metaBlockRectStyle;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user