![]() |
FormIt Plugin API
v23.0.0 (2023.0.0)
|
Functions | |
| json | FormIt.Files.GetSupportedFilesList (action, type, dialogType) |
| json | FormIt.Files.IsFileSupported (extension, action, type, dialogType) |
| Check if a file extension is supported Parameters: In: extension File extension to check if is supported In: action File action (eg: Load or Save file) In: type File's content type (eg: 3D Model or Image) In: Dialog box which shows the supported file types(deafult local) Out: bool. More... | |
| json FormIt.Files.GetSupportedFilesList | ( | action | , |
| type | , | ||
| dialogType | |||
| ) |
| json FormIt.Files.IsFileSupported | ( | extension | , |
| action | , | ||
| type | , | ||
| dialogType | |||
| ) |
Check if a file extension is supported Parameters: In: extension File extension to check if is supported In: action File action (eg: Load or Save file) In: type File's content type (eg: 3D Model or Image) In: Dialog box which shows the supported file types(deafult local) Out: bool.
| [in] | extension | String |
| [in] | action | FormIt.Files.Action |
| [in] | type | FormIt.Files.ContentType |
| [in] | dialogType | (OPTIONAL) FormIt.UI.FormItDialogBox |