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]
|
||||
internal class EcsEntityConnectEditor : ExtendedEditor<EcsEntityConnect>
|
||||
{
|
||||
public override bool RequiresConstantRepaint()
|
||||
{
|
||||
return UserSettingsPrefs.instance.RuntimeDrawMode == RuntimeDrawMode.Live ? true : base.RequiresConstantRepaint();
|
||||
}
|
||||
protected override void DrawCustom()
|
||||
{
|
||||
DrawEntityInfo();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user