| | |
| | | btnSceneName.TextSize = 15;
|
| | | //这个坐标有点特殊
|
| | | btnSceneName.Y = Application.GetRealHeight(12) + this.chidrenYaxis;
|
| | | frameTable.AddChidren(btnSceneName, ChidrenBindMode.BindEventOnly);
|
| | | frameTable.AddChidren(btnSceneName, ChidrenBindMode.BindEvent);
|
| | |
|
| | | //房间
|
| | | var btnRoom = frameTable.AddLeftCaption("", 600, 50, true);
|
| | |
| | | btnRoom.Y = Application.GetRealHeight(72) + this.chidrenYaxis;
|
| | | btnRoom.TextSize = 12;
|
| | | btnRoom.TextColor = UserCenterColor.Current.TextGrayColor1;
|
| | | frameTable.AddChidren(btnRoom, ChidrenBindMode.BindEventOnly);
|
| | | frameTable.AddChidren(btnRoom, ChidrenBindMode.BindEvent);
|
| | |
|
| | | var room = HdlRoomLogic.Current.GetRoomBySceneId(this.SceneId);
|
| | | if (room != null)
|