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.

objectPanelFolderSelector
Namespace
Editor
Assembly
Sandbox.Tools
Declaration
public class Editor.FolderSelector : Sandbox.UI.Panel

Constructors1

Showing 1 constructors

Properties2

Showing 2 properties

public string Editor.FolderSelector.Text { get; set; }PUBLICGETSET

The folder path in the box.

Returns:string

public System.Action`1<string> Editor.FolderSelector.ValueChanged { get; set; }PUBLICGETSET

The folder path has changed - typed or picked.

Returns:Action<string>

On this page