Exemplo n.º 1
0
 public void InitWithBaseLayer(GUIChatWindowV2 baseLayer, string tag)
 {
     this.mBaseLayer = baseLayer;
     this.EmotionTag = tag;
     this.CreateObjects();
     this.Refresh();
 }
Exemplo n.º 2
0
 public void InitWithBaseLayer(GUIChatWindowV2 baseLayer, string txtMsg)
 {
     this.mBaseLayer = baseLayer;
     this.mCommonTxt = txtMsg;
     this.CreateObjects();
     this.Refresh();
 }
Exemplo n.º 3
0
 public void InitWithBaseScene(GUIChatWindowV2 baseLayer)
 {
     this.mBaseLayer = baseLayer;
     this.CreateObjects();
     this.InitCommon();
 }
Exemplo n.º 4
0
 public void InitWithBaseScene(GUIChatWindowV2 baseScene)
 {
     this.mBaseScene = baseScene;
     this.CreateObjects();
 }
Exemplo n.º 5
0
 public void InitWorldChanel(GUIChatWindowV2 baseLayer)
 {
     this.mBaseLayer = baseLayer;
     this.CreateObjects();
 }
Exemplo n.º 6
0
 public void InitWithBaseScene(GUIChatWindowV2 baseScene)
 {
     this.mBaseScene = baseScene;
 }