forked from Misaki/GhostEngine
refactor IRenderer
This commit is contained in:
@@ -51,4 +51,4 @@ public abstract partial class SceneGraphNode : ObservableObject
|
||||
|
||||
return Children[index];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
5
Ghost.Editor.Core/SceneGraph/SceneNode.cs
Normal file
5
Ghost.Editor.Core/SceneGraph/SceneNode.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace Ghost.Editor.Core.SceneGraph;
|
||||
|
||||
public class SceneNode : SceneGraphNode
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user