12 lines
298 B
C#
12 lines
298 B
C#
namespace XCEngine.Rendering.Universal
|
|
{
|
|
internal static class UniversalDefaultRendererFeatureFactory
|
|
{
|
|
public static ScriptableRendererFeature[]
|
|
CreateDefaultRendererFeatures()
|
|
{
|
|
return System.Array.Empty<ScriptableRendererFeature>();
|
|
}
|
|
}
|
|
}
|