instance method
public void OpenFiles (SupportedFileType[] supportedTypes, Action<bool, OpenedFile[]> onCompletion)
Presents a native dialog to the user which allows them to select multiple
files to be opened at once. The selected file contents are then loaded
into memory managed by instances of the OpenedFile
class.
supportedTypes
onCompletion
See NativeFileSO.OpenFiles(SupportedFileType[], Action<bool, OpenedFile[]>)
for more information on the usage of this method.