| | |
| | | X = Application.GetRealWidth(10), |
| | | Y = Application.GetRealHeight(29), |
| | | Width = Application.GetRealWidth(40), |
| | | Height = Application.GetRealHeight(28), |
| | | Height = Application.GetRealWidth(28), |
| | | UnSelectedImagePath = "Public/BackIcon.png", |
| | | }; |
| | | baseView.AddChidren(btnBack); |
| | |
| | | LoadEvent_SkipFunctionSetting(function); |
| | | }; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 房间标题区域 |
| | | /// </summary> |
| | | /// <param name="room"></param> |
| | | /// <param name="skipAction"></param> |
| | | public void LoadTopView(Room room,Action skipAction) |
| | | { |
| | | //backAction = action; |
| | |
| | | btnAddIcon.MouseUpEventHandler += (sender, e) => |
| | | { |
| | | LoadEvent_AddEvent(type, callBack); |
| | | |
| | | }; |
| | | } |
| | | |