API ReferenceEditor
FolderSelectorclass
A text entry with a browse button that opens the OS folder picker. Editor only - games don't get to poke around the filesystem.
Constructors1
Showing 1 constructors
public FolderSelector()
No results match this filter.
Properties2
Showing 2 properties
public string Editor.FolderSelector.Text { get; set; }
The folder path in the box.
Returns:
string—public System.Action`1<string> Editor.FolderSelector.ValueChanged { get; set; }
The folder path has changed - typed or picked.
Returns:
Action<string>—No results match this filter.