Пример #1
0
 public void InitWithBaseLayer(GUIChatWindowV2 baseLayer, string tag)
 {
     this.mBaseLayer = baseLayer;
     this.EmotionTag = tag;
     this.CreateObjects();
     this.Refresh();
 }
Пример #2
0
 public void InitWithBaseLayer(GUIChatWindowV2 baseLayer, string txtMsg)
 {
     this.mBaseLayer = baseLayer;
     this.mCommonTxt = txtMsg;
     this.CreateObjects();
     this.Refresh();
 }
Пример #3
0
 public void InitWithBaseScene(GUIChatWindowV2 baseLayer)
 {
     this.mBaseLayer = baseLayer;
     this.CreateObjects();
     this.InitCommon();
 }
Пример #4
0
 public void InitWithBaseScene(GUIChatWindowV2 baseScene)
 {
     this.mBaseScene = baseScene;
     this.CreateObjects();
 }
Пример #5
0
 public void InitWorldChanel(GUIChatWindowV2 baseLayer)
 {
     this.mBaseLayer = baseLayer;
     this.CreateObjects();
 }
Пример #6
0
 public void InitWithBaseScene(GUIChatWindowV2 baseScene)
 {
     this.mBaseScene = baseScene;
 }