Serialize managed SRP asset graphs

This commit is contained in:
2026-04-27 19:35:17 +08:00
parent 8353da05e5
commit c0b670b052
10 changed files with 1568 additions and 25 deletions

View File

@@ -10,7 +10,7 @@ namespace XCEngine.Rendering.Universal
{
private bool m_disposed;
private bool m_runtimeCreated;
private bool m_isActive = true;
[SerializeField] private bool m_isActive = true;
private int m_runtimeStateVersion = 1;
private int m_runtimeStateHash;
private bool m_runtimeStateHashResolved;