Advance editor runtime and scripting integration
This commit is contained in:
@@ -36,6 +36,12 @@ namespace XCEngine.Rendering
|
||||
ConfigureCameraFramePlan(context);
|
||||
}
|
||||
|
||||
internal bool BuildSceneRenderRequestsInstance(
|
||||
ScriptableRenderPipelineScenePlanningContext context)
|
||||
{
|
||||
return BuildSceneRenderRequests(context);
|
||||
}
|
||||
|
||||
internal bool ConfigureRenderSceneSetupInstance(
|
||||
RenderSceneSetupContext context)
|
||||
{
|
||||
@@ -60,6 +66,12 @@ namespace XCEngine.Rendering
|
||||
return null;
|
||||
}
|
||||
|
||||
protected virtual bool BuildSceneRenderRequests(
|
||||
ScriptableRenderPipelineScenePlanningContext context)
|
||||
{
|
||||
return context != null && context.UseDefaultRequests();
|
||||
}
|
||||
|
||||
protected virtual void ConfigureCameraRenderRequest(
|
||||
CameraRenderRequestContext context)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user