コード例 #1
0
ファイル: AsFindFriendDlg.cs プロジェクト: ftcaicai/ArkClient
	void OnDisable()
	{
		m_TabState = eFindFriendTab.NONE;
	}
コード例 #2
0
ファイル: AsFindFriendDlg.cs プロジェクト: ftcaicai/ArkClient
	private void SetVisibleTab( int index)
	{
		foreach( AsSocialTab panel in m_Panels)
			panel.gameObject.SetActiveRecursively( false);

		m_Panels[index].gameObject.SetActiveRecursively( true);
		m_TabState = ( eFindFriendTab)index;
	}