All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scaffold.libs_as.flair.resources.removeAssetManager.as Maven / Gradle / Ivy

package flair.resources
{
	/**
	 *
	 */
	public function removeAssetManager( id : String = null ) : void
	{
		delete assetManagers[ id ];
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy