refactor(srp): introduce scriptableobject render asset substrate

This commit is contained in:
2026-04-21 20:25:05 +08:00
parent e527ca4e3a
commit f3be86a52b
7 changed files with 171 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ using XCEngine.Rendering;
namespace XCEngine.Rendering.Universal
{
public abstract class ScriptableRendererFeature
: Object
: ScriptableObject
{
private bool m_disposed;
private bool m_runtimeCreated;