Configure default project render pipeline asset

This commit is contained in:
2026-04-26 13:47:09 +08:00
parent bd060ba031
commit 4b25457257
6 changed files with 163 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
using XCEngine.Rendering.Universal;
namespace ProjectScripts
{
public sealed class ProjectDefaultRenderPipelineAsset
: UniversalRenderPipelineAsset
{
}
}