Exemple #1
0
 public void SetWndView(MentorshipPersonWndView view)
 {
     wndView          = view;
     headIconMatParam = new UEffectMaterialParam(UEffectMaterialType.EMT_Gray);
     (headIconMatParam as UEffectMaterialParam).GraphicsTarget = headIcon;
 }
Exemple #2
0
 public void SetWndView(MentorshipPersonWndView view, int index)
 {
     wndView = view;
     m_index = index;
 }