FolderPathAttribute¶
Namespace:
SideXP.Core| Inherits from:PropertyAttribute
Draws a text field with a "browse" button to select a folder path.
Constructors¶
FolderPathAttribute()¶
FolderPathAttribute(string, bool)¶
Draws a text field with a "browse" button to select a folder path.
Parameters
titleallowExternal
Properties¶
Title¶
The title of the "open folder" panel.
DefaultName¶
The default name of the directory to select.
AllowExternal¶
If enabled, allow the user to select a folder outside of the current project's directory.