Add network debugging panel to actors and scripts

#1066
This commit is contained in:
Wojtek Figat
2023-05-16 14:59:15 +02:00
parent 70593177c7
commit e045f096a9
4 changed files with 34 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ namespace FlaxEditor.CustomEditors.Dedicated
/// </summary>
/// <seealso cref="FlaxEditor.CustomEditors.Editors.GenericEditor" />
[CustomEditor(typeof(Actor)), DefaultEditor]
public class ActorEditor : GenericEditor
public class ActorEditor : ScriptingObjectEditor
{
private Guid _linkedPrefabId;