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