This version of Unity is unsupported.

FilePathAttribute Constructor

Declaration

public FilePathAttribute(string relativePath, FilePathAttribute.Location location);

Parameters

relativePath Relative path to the specified 'location'.
location Location option that specifies which root folder to combine the 'relativePath' with.

Description