Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ResourceFormattedPathsAttribute

class in UnityEngine.Rendering

/

Inherits from:Rendering.ResourcePathsBaseAttribute

/

Implemented in:UnityEngine.CoreModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Attribute specifying information about the paths where these resources are located.

This is only used in the editor and doesn't have any effect at runtime. See IRenderPipelineResources for usage.

Constructors

ResourceFormattedPathsAttributeCreates a new ResourceFormattedPathsAttribute for an array's elements using formatted path names.

Inherited Members

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.