KS.Unity.ksPathFinderAttribute Class Reference

File and directory path finder attribute tag More...

Inheritance diagram for KS.Unity.ksPathFinderAttribute:

Public Member Functions

 ksPathFinderAttribute (bool dirOnly, string title, bool relative=false)
 Constructor More...
 

Public Attributes

bool DirOnly = true
 
string Title = ""
 
bool Relative = false
 

Detailed Description

File and directory path finder attribute tag

Constructor & Destructor Documentation

◆ ksPathFinderAttribute()

KS.Unity.ksPathFinderAttribute.ksPathFinderAttribute ( bool  dirOnly,
string  title,
bool  relative = false 
)

Constructor

Parameters
dirOnlyonly allow selecting directories.
titletitle for the file browser.
relativeif true and the path is in the project, will make the path relative to the project.