-
Notifications
You must be signed in to change notification settings - Fork 0
class_resourcesaver
reduz edited this page Feb 23, 2014
·
10 revisions
####Inherits: Object ####Category: Core
Resource Saving Interface.
- int save ( String path, Resource resource, int arg2=0 )
- StringArray get_recognized_extensions ( Object type )
Resource Saving Interface. This interface is used for saving resources to disk.
Save a resource to disk, to a given path.
- StringArray get_recognized_extensions ( Object type )
Return the list of extensions available for saving a resource of a given type.