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 );
}
}