| | |
| | | _manager.SetBackView(); |
| | | } |
| | | |
| | | public void SetNorthWestView() |
| | | { |
| | | _manager.SetNorthWestView(); |
| | | } |
| | | |
| | | public void SetNorthEastView() |
| | | { |
| | | _manager.SetNorthEastView(); |
| | | } |
| | | |
| | | public void SetSouthWestView() |
| | | { |
| | | _manager.SetSouthWestView(); |
| | | } |
| | | |
| | | public void SetSouthEastView() |
| | | { |
| | | _manager.SetSouthEastView(); |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | #region 公告板文本 |
| | |
| | | |
| | | #endregion |
| | | |
| | | #region 相机 |
| | | |
| | | public void SaveDefaultCamera() |
| | | { |
| | | _manager.SaveDefaultCamera(); |
| | | } |
| | | |
| | | public void ApplyDefaultCamera() |
| | | { |
| | | _manager.ApplyDefaultCamera(); |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | #region 编辑 |
| | | |
| | | public void StartEdit() |
| | | { |
| | | _manager.StartEdit(); |
| | | } |
| | | |
| | | public void EndEdit() |
| | | { |
| | | _manager.EndEdit(); |
| | | } |
| | | #endregion |
| | | |
| | | } |
| | | } |