Class PathReferenceAttribute
Indicates that a parameter is a path to a file or a folder
within a web project. Path can be relative or absolute,
starting from web root (~)
Inheritance
PathReferenceAttribute
Assembly: UnityEngine.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter)]
public class PathReferenceAttribute : Attribute, _Attribute
Constructors
|
Improve this Doc
View Source
PathReferenceAttribute()
Declaration
public PathReferenceAttribute()
|
Improve this Doc
View Source
PathReferenceAttribute(String)
Declaration
public PathReferenceAttribute([PathReference] string basePath)
Parameters
Type |
Name |
Description |
String |
basePath |
|
Properties
|
Improve this Doc
View Source
BasePath
Declaration
public string BasePath { get; }
Property Value
Implements
Extension Methods