refactor(srp): signal managed camera frame baseline directly
This commit is contained in:
@@ -61,11 +61,6 @@ namespace XCEngine.Rendering.Universal
|
||||
return GetPipelineRendererAssetKey();
|
||||
}
|
||||
|
||||
internal string GetCameraFramePlanPolicyAssetKeyInstance()
|
||||
{
|
||||
return GetCameraFramePlanPolicyAssetKey();
|
||||
}
|
||||
|
||||
internal string GetRenderSceneSetupPolicyAssetKeyInstance()
|
||||
{
|
||||
return GetRenderSceneSetupPolicyAssetKey();
|
||||
@@ -176,11 +171,6 @@ namespace XCEngine.Rendering.Universal
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
protected virtual string GetCameraFramePlanPolicyAssetKey()
|
||||
{
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
protected virtual string GetRenderSceneSetupPolicyAssetKey()
|
||||
{
|
||||
return string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user