Example #1
0
    private static string GetResourceUrl(uint resId)
    {
        string strWWWUrl = ResourceConfig.GetResPathByID(resId);

        return(strWWWUrl);
    }