refactor(srp): move camera frame plan policy into managed urp

This commit is contained in:
2026-04-21 12:22:37 +08:00
parent 793027df23
commit abc300fe03
10 changed files with 372 additions and 2 deletions

View File

@@ -58,6 +58,17 @@ namespace XCEngine.Rendering
return GetPipelineRendererAssetKey();
}
protected virtual string GetCameraFramePlanPolicyAssetKey()
{
return string.Empty;
}
protected virtual string GetCameraFramePlanPolicyAssetKeyContextual(
int rendererIndex)
{
return GetCameraFramePlanPolicyAssetKey();
}
protected virtual string GetRenderSceneSetupPolicyAssetKey()
{
return string.Empty;