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

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

package flair.resources
{
	import starling.textures.Texture;

	/**
	 *
	 */
	public function getDrawables( prefix : String , groupID : String = null ) : Vector.
	{
		return getAssetManager( groupID ).getTextures( prefix );
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy