ResourcePathsBaseAttribute

class in UnityEngine.Rendering

/

Implemented in:UnityEngine.CoreModule

Description

This abstract attribute is used to describe what path to the asset should be used.

This is used in class implementing IRenderPipelineResources. It only keep given data in its constructor in Editor context. At runtime, no memory is used.

Properties

isFieldDisambiguish array of 1 element and fields. As we don't store it at runtime, you cannot rely on this property for runtime operation.
locationThe lookup method. As we don't store it at runtime, you cannot rely on this property for runtime operation.
pathsSearch paths. As we don't store it at runtime, you cannot rely on this property for runtime operation.

Did you find this page useful? Please give it a rating: