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