refactor(srp): signal managed camera frame baseline directly
This commit is contained in:
@@ -69,6 +69,17 @@ namespace XCEngine.Rendering
|
||||
return GetCameraFramePlanPolicyAssetKey();
|
||||
}
|
||||
|
||||
protected virtual bool UsesNativeCameraFramePlanBaseline()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
protected virtual bool UsesNativeCameraFramePlanBaselineContextual(
|
||||
int rendererIndex)
|
||||
{
|
||||
return UsesNativeCameraFramePlanBaseline();
|
||||
}
|
||||
|
||||
protected virtual string GetRenderSceneSetupPolicyAssetKey()
|
||||
{
|
||||
return string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user