public void ClickProfilePhoto(string name) { Debug.Log("Click Profile Photo " + name); FinalCameraController.MatchToSub(); clearProfileContent(); displayProfileContent(name); }
private void ExpandProfile(string name) { bool matchedCorrect = CheckMatchState(name); //if(matchedCorrect) return; //todo: tab变色 displayingProfile = true; displayingBag = false; // ClearCollectionContent(); InstagramController.displayProfileContent(name); FinalCameraController.MatchToSub(); }