ResourceFormattedPathsAttribute(string, int, int, SearchType)
Creates a new ResourceFormattedPathsAttribute for an array's elements using formatted path names.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public ResourceFormattedPathsAttribute(string pathFormat, int rangeMin, int rangeMax, SearchType location = SearchType.ProjectPath)
Parameters
The format used for the path with a varying index.
The varying index start value (included)
The varying index end value (excluded)
Specify if the given paths are from the builtin, builtinExtra or project resources.