Update asset database
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
using Ghost.Editor.Core.Inspector;
|
||||
using Microsoft.UI.Xaml;
|
||||
using Microsoft.UI.Xaml.Controls;
|
||||
|
||||
namespace Ghost.Editor.Core.SceneGraph;
|
||||
|
||||
public sealed partial class SceneNode : SceneGraphNode
|
||||
public sealed partial class SceneNode : SceneGraphNode, IInspectable
|
||||
{
|
||||
public IconSource? Icon => throw new NotImplementedException();
|
||||
|
||||
public UIElement? HeaderContent => throw new NotImplementedException();
|
||||
|
||||
public UIElement? InspectorContent => throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user