Example #1
0
 private void onFindUserSuccess()
 {
     PreloadIcon.SetActive(value: false);
     handle = dataEntityCollection.GetEntityByType <SearchedUserData>();
     Content.LoadAsync(onResultPrefabLoaded, findUserItemContentKey);
 }