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
43b2e0e43a
commit
1d2e2b4a3f
@ -9,6 +9,10 @@ namespace DCFApixels.DragonECS.Unity.Editors
|
|||||||
[CanEditMultipleObjects]
|
[CanEditMultipleObjects]
|
||||||
internal class EcsEntityConnectEditor : ExtendedEditor<EcsEntityConnect>
|
internal class EcsEntityConnectEditor : ExtendedEditor<EcsEntityConnect>
|
||||||
{
|
{
|
||||||
|
public override bool RequiresConstantRepaint()
|
||||||
|
{
|
||||||
|
return UserSettingsPrefs.instance.RuntimeDrawMode == RuntimeDrawMode.Live ? true : base.RequiresConstantRepaint();
|
||||||
|
}
|
||||||
protected override void DrawCustom()
|
protected override void DrawCustom()
|
||||||
{
|
{
|
||||||
DrawEntityInfo();
|
DrawEntityInfo();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user