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

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