public void InitWithBaseLayer(GUIChatWindowV2F baseLayer, string tag) { this.mBaseLayer = baseLayer; this.EmotionTag = tag; this.CreateObjects(); this.Refresh(); }
public void InitWithBaseLayer(GUIChatWindowV2F baseLayer, string txtMsg) { this.mBaseLayer = baseLayer; this.mCommonTxt = txtMsg; this.CreateObjects(); this.Refresh(); }
public void InitWithBaseScene(GUIChatWindowV2F baseLayer) { this.mBaseLayer = baseLayer; this.CreateObjects(); }
public void InitWorldChanel(GUIChatWindowV2F baseLayer) { this.mBaseLayer = baseLayer; this.CreateObjects(); }
public void InitWithBaseScene(GUIChatWindowV2F baseScene) { this.mBaseScene = baseScene; }