File and directory path finder attribute tag More...
Public Member Functions | |
| ksPathFinderAttribute (bool dirOnly, string title, bool relative=false) | |
| Constructor More... | |
Public Attributes | |
| bool | DirOnly = true |
| string | Title = "" |
| bool | Relative = false |
File and directory path finder attribute tag
| KS.Unity.ksPathFinderAttribute.ksPathFinderAttribute | ( | bool | dirOnly, |
| string | title, | ||
| bool | relative = false |
||
| ) |
Constructor
| dirOnly | only allow selecting directories. |
| title | title for the file browser. |
| relative | if true and the path is in the project, will make the path relative to the project. |