class
FilePathAttribute
public class FilePathAttribute : Attribute When added to a string property, will become a file picker for the given extension (or all by default)
Constructors
FilePathAttribute() Properties
| Name | Type | Description |
|---|---|---|
Extension | String | The extension to filter by. If empty, all files are shown. Can be a comma separated list of extensions, or a single extension. |