IFileHandler
Scriptable object
Description
File Handler, shall implemented by binary plugin which wants to do custom file loading
Properties
Property | Description |
---|---|
Filters | File Filters List |
Image | Image |
Preferences | Preferences |
Title | Title |
Methods
Method | Description |
---|---|
CanCreate | Called to check, if given file can be created by handler |
CanLoad | Called to check, if given file can be loaded by handler |
Create | Called when new file to be created |
GetDocumentTypeDescription | Get Document Type Description |
Load | Called when file to be loaded |
#API