Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BuiltInToURP2DConverterContainer.cs 371B

12345678
  1. namespace UnityEditor.Rendering.Universal
  2. {
  3. internal sealed class BuiltInToURP2DConverterContainer : RenderPipelineConverterContainer
  4. {
  5. public override string name => "Built-in to 2D (URP)";
  6. public override string info => "Converter performs the following tasks:\n* Converts project elements from the Built-in Render Pipeline to 2D URP.";
  7. }
  8. }