-
Notifications
You must be signed in to change notification settings - Fork 0
class_resourcesaver
reduz edited this page May 24, 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 )
- FLAG_RELATIVE_PATHS = 1
- FLAG_BUNDLE_RESOURCES = 2
- FLAG_CHANGE_PATH = 4
- FLAG_OMIT_EDITOR_PROPERTIES = 8
- FLAG_SAVE_BIG_ENDIAN = 16
- FLAG_COMPRESS = 32
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.