struct MAGES::Editor::URPAsset¶
Overview¶
Struct to hold the URP asset paths. More…
struct URPAsset
{
// fields
string UniversalRenderPipelineAssetPath;
string UniversalRendererPath;
};
Detailed Documentation¶
Struct to hold the URP asset paths.
Fields¶
string UniversalRenderPipelineAssetPath
The URP Asset path.
string UniversalRendererPath
The URP Renderer path.