Esempio n. 1
0
    public string GetShortsAssetForBodyType(AvatarBodyType bodyType)
    {
        string            bodyTypeStr = bodyType.ToString();
        List <AvatarItem> subList     = _avatarDict["BODY"];

        for (int i = 0; i < subList.Count; i++)
        {
            if (subList[i].BodyType == bodyTypeStr)
            {
                return(subList[i].ShortsAsset);
            }
        }
        return("");
    }
Esempio n. 2
0
 public static AvatarDescription CreateRandom(AvatarBodyType bodyType)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public static AvatarDescription CreateRandom(AvatarBodyType bodyType)
 {
     throw new NotImplementedException();
 }