FormIt Plugin API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
FormIt.Files Namespace Reference

Description

FormIt.Files namespace.

Functions

json GetSupportedFilesList (action, type, dialogType)
 Get Platform's supported files Parameters: 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: array of Files.FileOptions.
 
json 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