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

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

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

	/**
	 *
	 */
	public function getDrawable( assetID : String , groupID : String = null ) : Texture
	{
		return getAssetManager( groupID ).getTexture( assetID );
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy