FileResourceManager
Description:
[ CCode ( has_construct_function = false , type = "DeeResourceManager*" ) ]
public FileResourceManager (string primary_path)
public FileResourceManager (string primary_path)
Create a new FileResourceManager with its primary store- and load path set to
primary_path
.
You can manually add fallback search paths by calling add_search_path.
You normally don't need to create you own resource managers. Instead you should call get_default.
Parameters:
primary_path |
The primary path used to store and load resources. If you pass |
Returns:
A newly allocated FileResourceManager. Free with unref. |