Skip to content
reduz edited this page Feb 23, 2014 · 9 revisions

PathRemap

####Inherits: Object ####Category: Core

Brief Description

Singleton containing the list of remapped resources.

Member Functions

Description

When exporting, the types of some resources may change internally so they are converted to more optimized versions. While it's not usually necesary to access to this directly (path remapping happens automatically when opeining a file), it's exported just for information.

Member Function Description

Add a remap from a file to another.

Return true if a file is being remapped.

Return the remapped new path of a file.

  • void erase_remap ( String path )

Erase a remap.

  • void clear_remaps ( )

Clear all remaps.

Clone this wiki locally